cat: add more info link and update French translation (#5497)

This commit is contained in:
Patrice Denis
2021-03-24 22:57:14 +01:00
committed by GitHub
parent b162d78b7f
commit ea46986276
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# cat
> Affiche et concatène le contenu d'un ou plusieurs fichiers.
> Plus d'informations : <https://www.man7.org/linux/man-pages/man1/cat.1.html>.
- Affiche le contenu d'un fichier sur la sortie standard :
@@ -17,3 +18,7 @@
- Numérote toutes les lignes affichées :
`cat -n {{fichier}}`
- Affiche les caractères non-imprimables ainsi que les caractères d'espacement (en utilisant le préfixe `M-` prefix si non-ASCII) :
`cat -v -t -e {{fichier}}`

View File

@@ -1,6 +1,7 @@
# cat
> Print and concatenate files.
> More information: <https://www.man7.org/linux/man-pages/man1/cat.1.html>.
- Print the contents of a file to the standard output: