How can I do something like command > file in a way that it appends to the file, instead of overwriting?
command > file
Use >> to append:
>>
command >> file
548k questions
547k answers
4 comments
86.3k users