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 Feb 12 8:19:35 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Whatis en anglais

WHATIS(1) Manual pager utils WHATIS(1)
 
NAME


whatis - display manual page descriptions
 
SYNOPSIS


whatis [-dlhV] [-r|-w] [-s section] [-m system[,...]] [-M path] [-L locale] [-C file] name ...
 
DESCRIPTION


Each manual page has a short description available within it. whatis searches the manual page names and displays the manual page descrip- tions of any name matched. name may contain wildcards (-w) or be a regular expression (-r). Using these options, it may be necessary to quote the name or escape (\) the special characters to stop the shell from interpreting them. index databases are used during the search, and are updated by the mandb program. Depending on your installation, this may be run by a periodic cron job, or may need to be run manually after new manual pages have been installed. To produce an old style text whatis database from the relative index database, issue the command: whatis -M manpath -w '*' | sort > manpath/whatis where manpath is a manual page hierarchy such as /usr/man.
 
OPTIONS


-d, --debug Print debugging information. -v, --verbose Print verbose warning messages. -r, --regex Interpret each name as a regular expression. If a name matches any part of a page name, a match will be made. This option causes whatis to be somewhat slower due to the nature of database searches. -w, --wildcard Interpret each name as a pattern containing shell style wild- cards. For a match to be made, an expanded name must match the entire page name. This option causes whatis to be somewhat slower due to the nature of database searches. -l, --long Do not trim output to the terminal width. Normally, output will be truncated to the terminal width to avoid ugly results from poorly-written NAME sections. -s section, --section section Search only the given manual section. If section is a simple section, for example "3", then the displayed list of descrip- tions will include pages in sections "3", "3perl", "3x", and so on; while if section has an extension, for example "3perl", then the list will only include pages in that exact part of the man- ual section. -m system[,...], --systems=system[,...] If this system has access to other operating system's manual page names, they can be accessed using this option. To search NewOS's manual page names, use the option -m NewOS. The system specified can be a combination of comma delimited operating system names. To include a search of the native oper- ating system's manual page names, include the system name man in the argument string. This option will override the $SYSTEM environment variable. -M path, --manpath=path Specify an alternate set of colon-delimited manual page hierar- chies to search. By default, whatis uses the $MANPATH environ- ment variable, unless it is empty or unset, in which case it will determine an appropriate manpath based on your $PATH envi- ronment variable. This option overrides the contents of $MAN- PATH. -L locale, --locale=locale whatis will normally determine your current locale by a call to the C function setlocale(3) which interrogates various environ- ment variables, possibly including $LC_MESSAGES and $LANG. To temporarily override the determined value, use this option to supply a locale string directly to whatis. Note that it will not take effect until the search for pages actually begins. Output such as the help message will always be displayed in the initially determined locale. -C file, --config-file=file Use this user configuration file rather than the default of ~/.manpath. -h, --help Print a help message and exit. -V, --version Display version information.
 
EXIT STATUS


0 Successful program execution. 1 Usage, syntax or configuration file error. 2 Operational error. 16 Nothing was found that matched the criteria specified.
 
ENVIRONMENT


SYSTEM If $SYSTEM is set, it will have the same effect as if it had been specified as the argument to the -m option.
 
MANPATH


If $MANPATH is set, its value is interpreted as the colon-delim- ited manual page hierarchy search path to use.
 
MANWIDTH


If $MANWIDTH is set, its value is used as the terminal width (see the --long option). If it is not set, the terminal width will be calculated using an ioctl(2) if available, the value of $COLUMNS, or falling back to 80 characters if all else fails.
 
FILES


/usr/share/man/index.(bt|db|dir|pag) A traditional global index database cache. /var/cache/man/index.(bt|db|dir|pag) An FHS compliant global index database cache. /usr/share/man/.../whatis A traditional whatis text database.
 
SEE ALSO


apropos(1), man(1), mandb(8).
 
AUTHOR


Wilf. (G.Wilford@ee.surrey.ac.uk). Fabrizio Polacco (fpolacco@debian.org). 2.5.2 2008-05-05 WHATIS(1)


 Dernières recherches
Man  en anglais Man whatis en anglaisMan  en français Man whatis en français
Man  en anglais Man capset en anglaisMan  en français Man capset en français
Man  en anglais Man passwd en anglaisMan  en français Man passwd en français
Man  en anglais Man getsid en anglaisMan  en français Man getsid en français
Man  en anglais Man remove en anglaisMan  en français Man remove en français
Man  en anglais Man sscanf en anglaisMan  en français Man sscanf en français
Man  en anglais Man execvp en anglaisMan  en français Man execvp en français
Man  en anglais Man listen en anglaisMan  en français Man listen en français
Man  en anglais Man fseeko en anglaisMan  en français Man fseeko en français
Man  en anglais Man access en anglaisMan  en français Man access en français
Man  en anglais Man fflush en anglaisMan  en français Man fflush en français
Man  en anglais Man strtol en anglaisMan  en français Man strtol en français
Man  en anglais Man msgget en anglaisMan  en français Man msgget en français
Man  en anglais Man catman en anglaisMan  en français Man catman en français
Man  en anglais Man semget en anglaisMan  en français Man semget 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