In Linux, you have file, kevin.txt, how do you get the number of words, chars, and lines this file has?
Answer
wc kevin.txt
Question
In Linux, you have file, kevin.txt, how do you get the number of words, chars, and lines this file has?
Answer
?
Question
In Linux, you have file, kevin.txt, how do you get the number of words, chars, and lines this file has?
Answer
wc kevin.txt
If you want to change selection, open document below and click on "Move attachment"
4. Basic Commands q <filename> Prints a file with duplicate lines deleted. The file must first be sorted. usleep <microseconds> Pauses for <microseconds> microseconds (1/1,000,000 of a second). <span>wc [-c] [-w] [-l] <filename> Counts the number of bytes (with -c for c haracter), or words (with -w ), or lines (with -l ) in a file. whatis <command> Gives the first line of t
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.