Login using Social Account
     Continue with GoogleLogin using your credentials
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.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...