Linux CLI - Viewing and Editing Files
Which of the following is the correct syntax to display the contents of a file named
example.txt?example.txt?catcat filename.-x. cat > example.txt uses redirection which overwrites the file. cat example.txt -n places -n incorrectly.cat filename [OK]cat filename to display file content simply [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions