Linux CLI - Viewing and Editing Files
What will be the output of the command
cat -n file.txt if file.txt contains:Hello World
cat -n file.txt if file.txt contains:Hello World
-n option-n option numbers each line of the output when displaying file contents.cat -n adds line numbers [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions