Multiple choice

In UNIX, the command “pgm>>file” is used for

  1. reading an input from a file

  2. redirecting the output of pgm to a file

  3. appending the output of pgm to a file

  4. All of the above

  5. None of these

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

In UNIX, the command “pgm>>file” is used for appending the output of pgm to file.