Linux CLI - Viewing and Editing Files
Given a file
file.txt with content:Hello WorldWhat is the output of
wc -l file.txt?file.txt with content:Hello WorldWhat is the output of
wc -l file.txt?-l option outputwc -l outputs the number of lines followed by the filename.-l [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions