cat: fix French punctuation and missing translations
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
|
||||
- Affiche le contenu d'un fichier sur la sortie standard :
|
||||
|
||||
`cat {{file}}`
|
||||
`cat {{fichier}}`
|
||||
|
||||
- Concatène le contenu de plusieurs fichiers vers le fichier de destination :
|
||||
|
||||
`cat {{file1}} {{file2}} > {{target_file}}`
|
||||
`cat {{fichier1}} {{fichier2}} > {{fichier_de_destination}}`
|
||||
|
||||
- Ajoute le contenu d'un ficher à la fin du fichier de destination :
|
||||
|
||||
`cat {{file1}} {{file2}} >> {{target_file}}`
|
||||
`cat {{fichier1}} {{fichier2}} >> {{fichier_de_destination}}`
|
||||
|
||||
- Numérote toutes les lignes affichées :
|
||||
|
||||
`cat -n {{file}}`
|
||||
`cat -n {{fichier}}`
|
||||
|
Reference in New Issue
Block a user