

Thanks for the link, what a good explanation. Although reading through stderr gave me the impression its written by an LLM because of the use of 2>>
Appending stderr output using 2>> (append mode): ls non_existent_file 2>> error_log.txt
gfg0622 @Anshu-ka-lappi:-$ cat error_log.txt ls: cannot access 'non existent file': No such file or directory ls: cannot access 'non 'non_exist existent file 2': No such file or directory










On the other hand, it did not occur to me that it is not logging lmao