Multiple choice In UNIX, the command “pgm>>file” is used for reading an input from a file redirecting the output of pgm to a file appending the output of pgm to a file All of the above 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.