9398 shaares
13 liens privés
13 liens privés
Usage :
sort [OPTION]... [FILE]... sort [OPTION]... --files0-from=F
Options utiles :
-b, --ignore-leading-blanks
-d, --dictionary-order
--> consider only blanks and alphanumeric characters-f, --ignore-case
--> fold lower case to upper case characters-g, --general-numeric-sort
--> compare according to general numerical value-i, --ignore-nonprinting
--> consider only printable characters-M, --month-sort
--> compare (unknown) < 'JAN' < ... < 'DEC'-h, --human-numeric-sort
--> compare human readable numbers (e.g., 2K 1G)-n, --numeric-sort
--> compare according to string numerical value-r, --reverse
--> reverse the result of comparisons--sort=WORD
--> sort according to WORD: general-numeric -g, human-numeric -h, month -M, numeric -n, random -R, version -V-c, --check, --check=diagnose-first
--> check for sorted input; do not sort-u, --unique
--> with-c
, check for strict ordering; without-c
, output only the first of an equal run