
Käsu tavalist käitumist saab muuta, lisades sellele --võtme. Näiteks käsul ls on võti -s. Käsk ls -s kuvab faililoendis ka failide suurused. Võti -h kuvab failide suurused “inimesele loetavas” vormingus.
Options can be grouped in clusters, so
ls -sh
is the same command as
ls -s -h
Most options have a long version, prefixed with two dashes instead of one, so
ls --size --human-readable
is also the same command as
ls -sh