Linux CLI - Viewing and Editing Files
Which option with
wc will count only the number of words in a file named notes.txt?wc will count only the number of words in a file named notes.txt?-w option counts words in the file.-l counts lines, -c counts bytes, -m counts characters.-w = word count [OK]-w to count words only [OK]-l for words-c with word count-m incorrectly15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions