mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
grep: edit link (#5782)
This commit is contained in:
parent
ea8ac01133
commit
d934ae3964
3 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Findet Ausdrücke in einem Eingabetext.
|
||||
> Unterstützt einfache Muster und reguläre Ausdrücke.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/grep/manual/grep.html>.
|
||||
|
||||
- Suche nach einem Ausdruck in einer Datei:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Recherche des motifs dans un texte.
|
||||
> Supporte des motifs simples et des expressions regulières.
|
||||
> Plus d'informations : <https://www.gnu.org/software/grep/manual/grep.html>.
|
||||
|
||||
- Recherche une chaîne de caractères précise :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# grep
|
||||
|
||||
> Find patterns in files using regular expressions.
|
||||
> More information: <https://man7.org/linux/man-pages/man1/grep.1.html>.
|
||||
> More information: <https://www.gnu.org/software/grep/manual/grep.html>.
|
||||
|
||||
- Search for a pattern within a file:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue