Which symbol allows you to add content to the end of a file rather than replacing its existing data?

Choose the correct answer

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.

Which symbol allows you to add content to the end of… — Basic of linux unix | PakQuizHub