GNU/Linux >> Tutoriels Linux >  >> Linux

Comment rechercher l'ensemble des pages de manuel sous Linux ?

A partir du man man :

-K, --global-apropos
      Search for text in all manual  pages.   This  is  a  brute-force
      search,  and is likely to take some time; if you can, you should
      specify a section to reduce the number of pages that need to  be
      searched.   Search terms may be simple strings (the default), or
      regular expressions if the --regex option is used.

Cela ouvre directement la page de manuel (vim , puis ex , puis gview , ...) pour moi, vous pouvez donc ajouter une autre option, comme -w pour avoir une idée de la page de manuel qui sera affichée.

$ man -wK viminfo
/usr/share/man/man1/vim.1.gz
/usr/share/man/man1/vim.1.gz
/usr/share/man/man1/gvim.1.gz
/usr/share/man/man1/gvim.1.gz
/usr/share/man/man1/run-one.1.gz
/usr/share/man/man1/gvim.1.gz
/usr/share/man/man1/gvim.1.gz
/usr/share/man/man1/run-one.1.gz
/usr/share/man/man1/run-one.1.gz
...

Utilisez l'option globale à propos dans man .

 -K, --global-apropos
              Search for text in all manual pages.  This is a brute-force search, and is likely to take some time; if you can, you should specify a section to reduce the number  of pages that need to be searched.  Search terms may be simple strings (the default), or regular expressions if the --regex option is used.

Donc, man -K viminfo vous donnera la page dont vous avez besoin.


Linux
  1. Comment utiliser la commande Linux grep

  2. Comment utiliser la commande history sous Linux

  3. Comment Linux est arrivé sur le mainframe

  4. Comment trouver un fichier sous Linux

  5. Comment lire les pages de manuel Linux ?

Comment obtenir la taille d'un répertoire sous Linux

Comment vérifier la version du noyau sous Linux

Comment rechercher des fichiers à partir du terminal sous Linux

Comment vérifier la complexité du mot de passe sous Linux

Comment rechercher des fichiers à partir de la ligne de commande Linux

Comment faire une recherche floue de fichiers sous Linux