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
2.1m questions
2.1m answers
60 comments
57.0k users