ios_system icon indicating copy to clipboard operation
ios_system copied to clipboard

Honor ">>" in command lines, to append result to existing files

Open holzschu opened this issue 7 years ago • 0 comments

Currently, command line parsing in ios_system.m works with ">", "&>" and "2>&1", all of which erase and open the output file. It would be useful to have ">>" as well, to append to an existing file. Especially with "echo", which can put a marker in the file.

holzschu avatar Jan 14 '18 14:01 holzschu