![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| no options | nascimento.rp | AIX | 2 | 08-20-2006 11:46 AM |
| sed h and g options | sivasenthil_k | Shell Programming and Scripting | 9 | 01-04-2006 05:21 AM |
| options with awk | mips | Shell Programming and Scripting | 2 | 05-15-2004 12:33 AM |
| cat and wc options | Laura01 | Shell Programming and Scripting | 1 | 09-08-2002 08:21 PM |
| cp options | milage | UNIX for Dummies Questions & Answers | 3 | 07-12-2001 09:20 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
options
I am just beginning to learn unix and I was wondering if there was a list of all the options somewhere on the net or hidden in the man pages?
Also do options always have - and then a letter, or can it be - and a number as well? Thanks! |
| Forum Sponsor | ||
|
|
|
||||
|
The man pages rule all. Conventionally commands have a '-' before an option. Options can be numbers or letters. Infact, the GNU commands take entire words preceded by '--'. comm is an example of a command that takes only numbers as options.
Last edited by blowtorch; 01-26-2006 at 09:56 PM. |
||||
| Google UNIX.COM |