Skip navigation

Aide locale

S’appuier sur des commandes pour trouver de l’aide

Manuel d’utilisation d’une commande.

user@debian~$: vim

Affiche une liste de tous les sujets dans les pages du manuel (man).

user@debian~$: apropos vim

sortie

gvim (1)             - Vi IMproved, a programmers text editor
gvimdiff (1)         - edit two, three or four versions of a file with Vim and show differences
gvimtutor (1)        - the Vim tutor
rvim (1)             - Vi IMproved, a programmers text editor
vim (1)              - Vi IMproved, a programmers text editor
vimdiff (1)          - edit two, three or four versions of a file with Vim and show differences
vimrc (5)            - Vi IMproved, a programmers text editor
vimrc_event.conf (5) - configuration file for libreport.
vimtutor (1)         - the Vim tutor
vimx (1)             - Vi IMproved, a programmers text editor

La sortie de la commande info ressemble à cette de la commande man.

user@debian~$: info vim

Affiche la description du paquet tiré du manuel.

user@debian~$: whatis vim

sortie

vim (1)              - Vi IMproved, a programmers text editor

Affiche le chemin complet de la commande dans le shell.

user@debian~$: which vim

Localise le binaire source et le manuel associé à la commande.

user@debian~$: whereis vim

sortie

vim: /usr/bin/vim /usr/share/vim /usr/share/man/man1/vim.1.gz

Les commandes updatedb et locate fonctionnent de pair. updatedb met à jour la base de données utilisé par locate qui lui, cherche un fichier sur la machine.

root@debian~#: updatedb
user@debian~$: locate vim

sortie

/etc/vimrc
/etc/libreport/events.d/vimrc_event.conf
/etc/profile.d/vim.csh
/etc/profile.d/vim.sh
/home/nicolas/.vim
[…]

by | March 15, 2018 | No Comments | Système | Tags : gestion de paquets