Multiple choice technology testing

How do you visualize the content of file "not_empty" in UNIX?

  1. type not_empty

  2. cat not_empty

  3. more not_empty

  4. view not_empty

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The cat command prints the entire contents of a file directly to the standard output, making it the primary tool to visualize files. While more is a pager and view is a read-only editor, type is used to identify command types, making cat the best option.