mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
wc: order count types (#3565)
This commit is contained in:
parent
5f7a4325a1
commit
5db10fff88
2 changed files with 2 additions and 2 deletions
|
@ -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 :
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# wc
|
# wc
|
||||||
|
|
||||||
> Count words, bytes, or lines.
|
> Count lines, words, or bytes.
|
||||||
|
|
||||||
- Count lines in file:
|
- Count lines in file:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue