You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
such as this
cat file.txt >> test.txt
The text was updated successfully, but these errors were encountered: