mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-22 08:38:03 +00:00
Fix typo
This commit is contained in:
parent
cd2f7fe01d
commit
70d0129f5b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $ curl -s https://how-to-linux.mo8it.xyz | wc -l
|
||||||
|
|
||||||
The option `-s` tells `curl` to be silent and not show progress information.
|
The option `-s` tells `curl` to be silent and not show progress information.
|
||||||
|
|
||||||
You can see that `wc` did count the number of lines. We did just combine to completely different tools with some pipes glue!
|
You can see that `wc` did count the number of lines. We did just combine two completely different tools with some pipes glue!
|
||||||
|
|
||||||
How about counting the number times the word "Linux" was mentioned on the homepage?
|
How about counting the number times the word "Linux" was mentioned on the homepage?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue