wc: order count types (#3565)

This commit is contained in:
Kevin O'Neal
2019-11-14 10:58:45 -06:00
committed by Marco Bonelli
parent 5f7a4325a1
commit 5db10fff88
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# wc # wc
> Compte les mots, les octets ou les lignes. > Compte les lignes, les mots ou les octets.
- Compte les lignes d'un fichier : - Compte les lignes d'un fichier :

View File

@@ -1,6 +1,6 @@
# wc # wc
> Count words, bytes, or lines. > Count lines, words, or bytes.
- Count lines in file: - Count lines in file: