mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
wc: add more information link (#5600)
This commit is contained in:
parent
496b407324
commit
4420ed005f
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# wc
|
# wc
|
||||||
|
|
||||||
> Compte les lignes, les mots ou les octets.
|
> Compte les lignes, les mots ou les octets.
|
||||||
|
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html>.
|
||||||
|
|
||||||
- Compte les lignes d'un fichier :
|
- Compte les lignes d'un fichier :
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# wc
|
# wc
|
||||||
|
|
||||||
> Count lines, words, or bytes.
|
> Count lines, words, or bytes.
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html>.
|
||||||
|
|
||||||
- Count lines in file:
|
- Count lines in file:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue