What is the result of doing the following? date >> file
The date output is redirected to the file.
The date output is redirected and appended to the end of the file.
The date output is redirected and appended to the beginning of the file.
None of the above