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: 480

Filed under:
|

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

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: 480

Filed under:
|

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

Related posts about unix

Related posts about usage