Correct choice is (b) False
Easy explanation: The shell provides the >> symbol (right chevron used twice) to append to an existing file. For example,
//Do a word count program on sample.txt and append the output to newfile as shown below.
$ wc sample.txt >> newfile