1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

apropos: add link

This commit is contained in:
marchersimon 2021-03-31 12:03:02 +02:00 committed by Starbeamrainbowlabs
parent d5cbcd6fbc
commit be27e77a15
5 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,7 @@
# apropos # apropos
> Recherche dans les pages de manuel, par exemple pour trouver une nouvelle commande. > Recherche dans les pages de manuel, par exemple pour trouver une nouvelle commande.
> Plus d'informations : <https://man.archlinux.org/man/core/man-db/apropos.1>.
- Recherche par mot clé : - Recherche par mot clé :

View file

@ -1,6 +1,7 @@
# apropos # apropos
> Cerca nelle pagine di manuale, ad esempio per trovare un nuovo comando. > Cerca nelle pagine di manuale, ad esempio per trovare un nuovo comando.
> Maggiori informazioni: <https://man.archlinux.org/man/core/man-db/apropos.1>.
- Cerca una parola chiave: - Cerca una parola chiave:

View file

@ -1,6 +1,7 @@
# apropos # apropos
> 메뉴얼 페이지에서 검색, 예를 들어 새로운 명령어 검색. > 메뉴얼 페이지에서 검색, 예를 들어 새로운 명령어 검색.
> 더 많은 정보: <https://man.archlinux.org/man/core/man-db/apropos.1>.
- 키워드 검색: - 키워드 검색:

View file

@ -1,6 +1,7 @@
# apropos # apropos
> 在 manpages 中搜索,例如查找一个新命令. > 在 manpages 中搜索,例如查找一个新命令.
> 更多信息: <https://man.archlinux.org/man/core/man-db/apropos.1>.
- 搜索关键字: - 搜索关键字:

View file

@ -1,15 +1,16 @@
# apropos # apropos
> Search in manpages, for example to find a new command. > Search the manual pages for names and descriptions.
> More information: <https://man.archlinux.org/man/core/man-db/apropos.1>.
- Search for keyword: - Search for a keyword using a regular expression:
`apropos {{regular_expression}}` `apropos {{regular_expression}}`
- Search without restricting output to terminal width: - Search without restricting the output to the terminal width:
`apropos -l {{regular_expression}}` `apropos -l {{regular_expression}}`
- Search for pages that only contain all of the expressions given (AND search): - Search for pages only that contain all of the expressions given (AND search):
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}` `apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`