wc command
The wc commands stands for word count
nuclearegg69@zenbook-f13:~$ ls
a b c echo empty inNano3 inNano3.txt inNanoRenamed inNanoSymlink testRen testRen2
nuclearegg69@zenbook-f13:~$ nano a
nuclearegg69@zenbook-f13:~$ wc a
5 5 58 a
When we pa...
justmyahia.hashnode.dev1 min read