In Linux, if you have file, kevin.txt, how do you get the number of lines this file has?
Answer
wc -l kevin.txt
Question
In Linux, if you have file, kevin.txt, how do you get the number of lines this file has?
Answer
?
Question
In Linux, if you have file, kevin.txt, how do you get the number of lines this file has?
Answer
wc -l kevin.txt
If you want to change selection, open document below and click on "Move attachment"
4. Basic Commands > 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). wc [-c] [-w] [<span>-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 the man page co
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.