go-sh
go-sh copied to clipboard
Is it possible to append files?
such as this cat file.txt >> test.txt
I'm not sure you could append it like that, but #37 will allow you to append to Stdout, whatever you set it to when you use the library. If its merged, you should be able to make use of it, though you won't be able to output to a file in one line.