How to get “wc -l” to print just the number of lines without file name?
wc -l file.txt outputs number of lines and file name. I need just the number itself (not the file name). I can do … Read more
wc -l file.txt outputs number of lines and file name. I need just the number itself (not the file name). I can do … Read more