Append output to an existing file.
Section: Input Output and Pipelines
Append stdout to file
bash
bash
echo 'next line' >> app.logExplanation
Common for quick logging in scripts.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Input Output and Pipelines