Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Please help me about scipting  (Read 3524 times)

0 Members and 1 Guest are viewing this topic.

soniaholly1

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    Please help me about scipting
    « 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

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: Please help me about scipting
    « Reply #1 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?
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    UnixKid

    • Guest
    Re: Please help me about scipting
    « Reply #2 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.