sort (Unix)
- sort (Unix)
-
Pour les articles homonymes, voir
sort.
sort
est une commande POSIX qui permet de trier des fichiers ou leurs contenus.
Par défaut, sort
affiche l'ensemble des lignes des fichiers qu'on lui passe en paramètre triées par ordre croissant de la table de codage des caractères (par exemple ASCII).
Exemple
% [[cat (Unix)|cat]] fichier1.txt
ligne1 ligne1_fichier1
ligne2 ligne2_fichier1
% cat fichier2.txt
ligne1 ligne1_fichier2
ligne2 ligne2_fichier2
% sort fichier2.txt fichier1.txt
ligne1 ligne1_fichier1
ligne1 ligne1_fichier2
ligne2 ligne2_fichier1
ligne2 ligne2_fichier2
Il est possible de s'en servir pour trier des fichiers par types et tailles :
$ ls -al
-rwxr-xr-x 1 root root 5000 2010-05-16 17:00 fichier1
-rwxr-xr-x 1 root root 100 2010-05-17 17:00 fichier2
drwxr-xr-x 3 root root 4096 2010-05-16 17:00 répertoire1
drwxr-xr-x 3 root root 4096 2010-05-17 17:00 répertoire2
$ ls -al | sort -n
drwxr-xr-x 3 root root 4096 2010-05-16 17:00 répertoire1
drwxr-xr-x 3 root root 4096 2010-05-17 17:00 répertoire2
-rwxr-xr-x 1 root root 100 2010-05-17 17:00 fichier2
-rwxr-xr-x 1 root root 5000 2010-05-16 17:00 fichier1
$ ls -al | sort +4n
-rwxr-xr-x 1 root root 100 2010-05-17 17:00 fichier2
drwxr-xr-x 3 root root 4096 2010-05-16 17:00 répertoire1
drwxr-xr-x 3 root root 4096 2010-05-17 17:00 répertoire2
-rwxr-xr-x 1 root root 5000 2010-05-16 17:00 fichier1
Voir aussi
GNU Core Utilities
Liens externes
Wikimedia Foundation.
2010.
Contenu soumis à la licence CC-BY-SA. Source : Article sort (Unix) de Wikipédia en français (auteurs)
Regardez d'autres dictionnaires:
Sort (Unix) — Pour les articles homonymes, voir sort. sort est une commande POSIX qui permet de trier les lignes de fichiers texte. Par défaut, sort affiche l ensemble des lignes des fichiers qu on lui passe en paramètre triées par ordre croissant de la table… … Wikipédia en Français
Sort (Unix) — Sort is a standard Unix command line program that prints the lines of its input or concatenation of all files listed in its argument list in sorted order. Sorting is done based on one or more sort keys extracted from each line of input. By… … Wikipedia
sort (Unix) — sort es una utilidad de la línea de comandos del sistema operativo Unix. Funciona de la siguiente manera: toma los archivos que figuran en su lista de argumentos y ordena sus líneas. La ordenación se realiza sobre la base de una o más claves… … Wikipedia Español
sort — UNIX‐утилита, выводящая сортированное слияние указанных файлов на стандартный вывод с использованием установленной в среде локали. Использование sort [ m][ o output][ bdfinru][ t char][ k keydef]… [file…] sort c [ bdfinru][ t char][ k… … Википедия
Sort — may mean * Sorting, any process of arranging items in sequence or in sets ** In conveyor lines sortage is the term for a checkweigher sorting products. ** Sorting algorithm, a computer process for arranging elements in lists ** Sort (Unix), a… … Wikipedia
Sort — UNIX‐утилита, выводящая сортированное слияние указанных файлов на стандартный вывод с использованием установленной в среде локали. Использование sort [ m][ o output][ bdfinru][ t char][ k keydef]… [file…] sort c [ bdfinru][ t char][ k… … Википедия
SORT — steht für Sort (Lleida), eine Kleinstadt in Katalonien Sort (Unix), ein Unix Programm zum Sortieren Sort (Windows), ein Windows Programm zum Sortieren SORT steht als Abkürzung für: Special Operations Response Team, eine Spezialeinheit des US… … Deutsch Wikipedia
Sort — steht für Sort (Lleida), eine Kleinstadt in Katalonien Sort (Unix), ein Unix Programm zum Sortieren Sort (Windows), ein Windows Programm zum Sortieren SORT steht als Abkürzung für: Special Operations Response Team, eine Spezialeinheit des US… … Deutsch Wikipedia
Unix — (marque déposée officiellement comme UNIX, parfois aussi écrit comme Unix avec les petites capitalisations) est le nom d un système d exploitation multitâche et multi utilisateur créé en 1969, conceptuellement ouvert et fondé sur une approche par … Wikipédia en Français
UNIX — UNIX, parfois écrit « Unix », avec des petites capitales, est un système d exploitation multitâche et multi utilisateur créé en 1969, conceptuellement ouvert et fondé sur une approche par laquelle il offre de nombreux petits outils… … Wikipédia en Français