![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| getopt/getopts and csh | Guillermo Lopez | UNIX for Dummies Questions & Answers | 2 | 04-25-2008 04:21 PM |
| getopt | Hitori | Shell Programming and Scripting | 6 | 07-10-2006 11:07 AM |
| using getopt to parse a file | coolguyshail | Shell Programming and Scripting | 1 | 06-08-2005 06:58 AM |
| using getopt with a switch statement | gammarays | Shell Programming and Scripting | 6 | 02-09-2005 02:03 AM |
| question about getopt() | angelfly | High Level Programming | 1 | 09-16-2002 02:04 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
getopt help
scriptname [ -l n ] [ -f n ] [ -s name ] [ -d name ]
[ -b name age ] [ -c ] i have made a script to perform so tasks and i managed to complete the tasks for all the options the problem i am facing is that i can run the scripts individually but i would like to make it such that it can accept multiple options and give me the appropriate output e.g. scriptname -f 2 -s joe and it gives me the output for the two option i have specified. i know i can use getopt but not sure how to apply it |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|