func os/exec.Command

3 uses

	os/exec (current package)
		exec.go#L169: func Command(name string, arg ...string) *Cmd {
		exec.go#L193: 	cmd := Command(name, arg...)

	src.elv.sh/cmd/examples/e3bc/bc
		bc.go#L22: 	cmd := exec.Command("bc")