Linux CLI - Viewing and Editing Files
A user runs
cat -z file.txt and gets an error. Why?cat -z file.txt and gets an error. Why?-z validitycat does not have a -z option; this causes an error.-z option is invalid for cat -> Option Bcat [OK]cat --help to check valid options [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions