method

system

system(command, *opts)
public

CommandProcessor#system(command, *opts)

  command: String
  opts:      String
  return:  SystemCommand
Same as system() function
example:
  print sh.system("ls", "-l")
  sh.system("ls", "-l") | sh.head > STDOUT