grep: edit link (#5782)

manned-org
marchersimon 2021-04-18 00:08:17 +02:00 committed by GitHub
parent ea8ac01133
commit d934ae3964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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 :

View File

@ -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: