Computer Hope

Software => BSD, Linux, and Unix => Topic started by: soniaholly1 on February 14, 2012, 01:58:26 AM

Title: Please help me about scipting
Post by: soniaholly1 on February 14, 2012, 01:58:26 AM
This is my problem about this activities:

STATEMENT OF THE PROBLEM
Develop a utility that will enhance the current file management and
organization functions of Linux.

You may use existing file management commands to create the utility.
Look for options that were not explored by the command yet, then
enhance the command by reinventing its name and adding this option
to its current options.

You may combine related commands into one script also.
Example:
copyormovefile (-c -m) filename/s
where:
copyormovefile is the name of the utility
(-c -m) are options that will do the following:
-c for copying filename/s
-m for moving filename/s


Thanks for helping me, how can i do these,? T_T
Title: Re: Please help me about scipting
Post by: Rob Pomeroy on February 17, 2012, 07:05:16 AM
Sorry - we don't do homework for our users.  We're happy to give some points though.  Is there any particular bit you're struggling with?
Title: Re: Please help me about scipting
Post by: UnixKid on March 14, 2012, 12:17:34 PM
Well, the first thing I would do is pick a scripting language. But hey, that's just me.