This commit is contained in:
Mark McGranaghan
2012-10-11 11:03:13 -07:00
parent 93fb090961
commit d09734610c
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ func main() {
fmt.Println(string(grepBytes))
// Note that when spawning commands we need to
// provide an explicitly deliniated command and
// provide an explicitly delineated command and
// argument array, vs. being able to just pass in one
// command line string. If you want to spawn a full
// command with a string, you can use `bash`'s `-c`