Loading…
wcwc counts lines, words, and characters in a file.
wc -l — count lines onlywc -w — count words onlywc -c — count characters onlyA file called names.txt contains a list of names. Count how many lines are in the file (you should get 5). Use the right flag to show only the line count.
Loading terminal engine...
This may take a moment on first load