How to read unix usage
Posted
by sixtyfootersdude
on Stack Overflow
See other posts from Stack Overflow
or by sixtyfootersdude
Published on 2010-04-23T15:26:22Z
Indexed on
2010/04/23
15:43 UTC
Read the original article
Hit count: 508
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.
© Stack Overflow or respective owner