1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:26:01 +02:00

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
> Compte les mots, les octets ou les lignes.
> Compte les lignes, les mots ou les octets.
- Compte les lignes d'un fichier :

View file

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