Linux Basics

47 / 107

Use wc command

To find the number of lines, words, and characters, use wc command. It's syntax is:

wc file_name

We can use the -l option to just count the number of lines, -w for words and -m for characters. We can also use -L to display the length of the longest line.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...