How to read unix usage
Posted
by sixtyfootersdude
on Super User
See other posts from Super User
or by sixtyfootersdude
Published on 2010-04-23T15:26:22Z
Indexed on
2010/04/23
22:34 UTC
Read the original article
Hit count: 504
I did some searching but I cannot find documentation on how unix usage works. I know somethings (mostly through trial and error) but for example how do I know that:
/usr/bin/ls [-aAbcCdeEfFghHilLmnopqrRstuvVx1@] [file]...
Means that you can include more than one option. Ie:
ls -la
Can someone point me to some documentation on what the usage syntax is.
© Super User or respective owner