Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Sun May 27 15:33:03 2012 from 38.107.179.226
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Column en anglais

COLUMN(1) BSD General Commands Manual COLUMN(1)
 
NAME


column - columnate lists
 
SYNOPSIS


column [-ntx] [-c columns] [-s sep] [file ...]
 
DESCRIPTION


The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or, by default, from the standard input. Empty lines are ignored. The options are as follows: -c Output is formatted for a display columns wide. -n By default, the column command will merge multiple adjacent delimiters into a single delimiter when using the -t option; this option disables that behavior. -s Specify a set of characters to be used to delimit columns for the -t option. -t Determine the number of columns the input contains and create a table. Columns are delimited with whitespace, by default, or with the characters supplied using the -s option. Useful for pretty-printing displays. -x Fill columns before filling rows.
 
DIAGNOSTICS


The column utility exits 0 on success, and >0 if an error occurs.
 
ENVIRONMENT


COLUMNS The environment variable COLUMNS is used to determine the size of the screen if no other information is available.
 
EXAMPLES


To add headings to the output of ls(1): (echo "PERM LINKS OWNER GROUP SIZE MONTH DAY HH:MM/YEAR NAME"; \ LANG=C ls -l | sed 1d) | column -t To print the wordlist in columns: column /usr/share/dict/words The previous examples fills rows before columns (the first column might start with aardvark, while the second with mighty). To fill columns before rows (such that the first line might contain aardvark and abacus): column -x /usr/share/dict
 
SEE ALSO


colrm(1), ls(1), paste(1), sort(1)
 
HISTORY


The column command appeared in 4.3BSD-Reno. BSD September 21, 2003 BSD


 Dernières recherches
Man  en anglais Man column en anglaisMan  en français Man column en français
Man  en anglais Man colrm en anglaisMan  en français Man colrm en français
Man  en anglais Man colcrt en anglaisMan  en français Man colcrt en français
Man  en anglais Man col en anglaisMan  en français Man col en français
Man  en anglais Man cmp en anglaisMan  en français Man cmp en français
Man  en anglais Man clock_nanosleep en anglaisMan  en français Man clock_nanosleep en français
Man  en anglais Man clock_getres en anglaisMan  en français Man clock_getres en français
Man  en anglais Man clock en anglaisMan  en français Man clock en français
Man  en anglais Man clear en anglaisMan  en français Man clear en français
Man  en anglais Man dmesg en anglaisMan  en français Man dmesg en français
Man  en anglais Man cksum en anglaisMan  en français Man cksum en français
Man  en anglais Man ciphers en anglaisMan  en français Man ciphers en français
Man  en anglais Man cimag en anglaisMan  en français Man cimag en français
Man  en anglais Man cidr_table en anglaisMan  en français Man cidr_table en français
Man  en anglais Man fputs en anglaisMan  en français Man fputs en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher