diff --git a/pages.fr/common/cat.md b/pages.fr/common/cat.md index 0b8ef99a0..9628b7098 100644 --- a/pages.fr/common/cat.md +++ b/pages.fr/common/cat.md @@ -1,6 +1,7 @@ # cat > Affiche et concatène le contenu d'un ou plusieurs fichiers. +> Plus d'informations : . - 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}}` diff --git a/pages/common/cat.md b/pages/common/cat.md index 249997af8..875381898 100644 --- a/pages/common/cat.md +++ b/pages/common/cat.md @@ -1,6 +1,7 @@ # cat > Print and concatenate files. +> More information: . - Print the contents of a file to the standard output: