apropos: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
bb2a86359e
commit
5d7bf07594
16
pages.de/common/apropos.md
Normal file
16
pages.de/common/apropos.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# apropos
|
||||||
|
|
||||||
|
> Durchsucht die Handbuchseiten nach Namen und Beschreibungen.
|
||||||
|
> Weitere Informationen: <https://manned.org/apropos>.
|
||||||
|
|
||||||
|
- Sucht nach einem Schlüsselwort mit einem regulären Ausdruck:
|
||||||
|
|
||||||
|
`apropos {{regulären_ausdruck}}`
|
||||||
|
|
||||||
|
- Sucht ohne Beschränkung der Ausgabe auf die Terminal Breite:
|
||||||
|
|
||||||
|
`apropos -l {{regulären_ausdruck}}`
|
||||||
|
|
||||||
|
- Sucht nach Seiten, die alle angegebenen Ausdrücke enthalten:
|
||||||
|
|
||||||
|
`apropos {{regulären_ausdruck_1}} -a {{regulären_ausdruck_2}} -a {{regulären_ausdruck_3}}`
|
Reference in New Issue
Block a user