exec icon indicating copy to clipboard operation
exec copied to clipboard

failure: exec.System("cat \"this is a single filename.txt\"")

Open puellanivis opened this issue 8 years ago • 0 comments

It should be using exec.Command("/bin/sh", "-c", commandline) and allowing the shell itself to interpret the command-line.

puellanivis avatar Jul 19 '17 13:07 puellanivis