Linux CLI - Viewing and Editing Files
A script uses
wc -w file.txt but the output is zero even though the file has text. What could be the problem?wc -w file.txt but the output is zero even though the file has text. What could be the problem?wc -w counts words separated by spaces or newlines; whitespace alone is not counted as words.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions