1. Which answer displays output to a terminal and ignores all errors?

2. Which answer sends output to a file and sends errors to a different file?

3. Which answer sends both output and errors to a file, creating it or overwriting its contents?

4. Which answer sends output and errors to the same file ensuring existing file content is preserved?

5. Which answer discards all messages normally sent to the terminal?

6. Which answer sends output to both the screen and a file at the same time?

7. Which answer saves output to a file and discards error messages?