Multiple choice

Which of the following types of commands in UNIX displays the contents of target file on the screen one after the other?

  1. $ more target file
  2. $ rm target file
  3. $ cat
  4. $ mkdir directory
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This command displays the contents of target file on the screen one after the other.