Which symbol allows you to add content to the end of a file rather than replacing its existing data?
Explanation
Option A (>> symbols) is used to append data to a file, while option B (>) overwrites the file. Options C (<) and D (<<) are used for input redirection.