go-sh icon indicating copy to clipboard operation
go-sh copied to clipboard

Is it possible to append files?

Open ddy4633 opened this issue 4 years ago • 1 comments

such as this cat file.txt >> test.txt

ddy4633 avatar Mar 04 '21 03:03 ddy4633

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.

tech10 avatar Mar 15 '21 01:03 tech10