Introduction
Appending lets you add new information to the end of a file without erasing what is already there.
You want to keep a log of events happening in a script.
You need to add new lines to a configuration file without deleting existing settings.
You want to save multiple outputs from commands into one file over time.
You are collecting user inputs and want to store them one after another in a file.