mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01: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
|
||||
|
||||
> 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 :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# wc
|
||||
|
||||
> Count lines, words, or bytes.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html>.
|
||||
|
||||
- Count lines in file:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue