Help for this page

Select Code to Download


  1. or download this
    system('command foobar')      # no shell
    system('command "foo bar"')   # shell
    system('command', 'foo bar')  # no shell
    system('sort < file | uniq')  # shell