Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Comments¶
exec.Command
takes a shell command and optional arguments passed to the shell command, e.g.,exec.Command("ls", "-lha")
. It does not work if you pass a shell command with arguments as a single string toexec.Command