sort | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
Section: User Commands (1)
Updated: October 2008
Sommaire
NAME | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
SYNOPSIS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
DESCRIPTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Write sorted concatenation of all FILE(s) to standard output.
Mandatory arguments to long options are mandatory for short options too. Ordering options:
ignore leading blanks
consider only blanks and alphanumeric characters
fold lower case to upper case characters
compare according to general numerical value
consider only printable characters
compare (unknown) < `JAN' < ... < `DEC'
compare according to string numerical value
sort by random hash of keys
get random bytes from FILE (default /dev/urandom)
reverse the result of comparisons
Other options:
check for sorted input; do not sort
like -c, but do not report first bad line
compress temporaries with PROG; decompress them with PROG -d
start a key at POS1, end it at POS2 (origin 1)
merge already sorted files; do not sort
write result to FILE instead of standard output
stabilize sort by disabling last-resort comparison
use SIZE for main memory buffer
use SEP instead of non-blank to blank transition
use DIR for temporaries, not $TMPDIR or /tmp; multiple options specify multiple directories
with -c, check for strict ordering; without -c, output only the first of an equal run
end lines with 0 byte, not newline
display this help and exit
output version information and exit
POS is F[.C][OPTS], where F is the field number and C the character position in the field; both are origin 1. If neither -t nor -b is in effect, characters in a field are counted from the beginning of the preceding whitespace. OPTS is one or more single-letter ordering options, which override global ordering options for that key. If no key is given, use the entire line as the key.
SIZE may be followed by the following multiplicative suffixes: % 1% of memory, b 1, K 1024 (default), and so on for M, G, T, P, E, Z, Y.
With no FILE, or when FILE is -, read standard input.
*** WARNING *** The locale specified by the environment affects sort order. Set LC_ALL=C to get the traditional sort order that uses native byte values.
AUTHOR | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
REPORTING BUGS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Report bugs to <bug-coreutils@gnu.org>.
COPYRIGHT | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Copyright © 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
SEE ALSO | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
The full documentation for sort is maintained as a Texinfo manual. If the info and sort programs are properly installed at your site, the command
info sort
should give you access to the complete manual.
Sommaire | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
Table des mots clés | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
--compress-program=PROG | DESCRIPTION |
--help | DESCRIPTION |
--random-source=FILE | DESCRIPTION |
--version | DESCRIPTION |
-b, --ignore-leading-blanks | DESCRIPTION |
-c, --check, --check=diagnose-first | DESCRIPTION |
-C, --check=quiet, --check=silent | DESCRIPTION |
-d, --dictionary-order | DESCRIPTION |
-f, --ignore-case | DESCRIPTION |
-g, --general-numeric-sort | DESCRIPTION |
-i, --ignore-nonprinting | DESCRIPTION |
-k, --key=POS1[,POS2] | DESCRIPTION |
-m, --merge | DESCRIPTION |
-M, --month-sort | DESCRIPTION |
-n, --numeric-sort | DESCRIPTION |
-o, --output=FILE | DESCRIPTION |
-R, --random-sort | DESCRIPTION |
-r, --reverse | DESCRIPTION |
-S, --buffer-size=SIZE | DESCRIPTION |
-s, --stable | DESCRIPTION |
-t, --field-separator=SEP | DESCRIPTION |
-T, --temporary-directory=DIR | DESCRIPTION |
-u, --unique | DESCRIPTION |
-z, --zero-terminated | DESCRIPTION |