system('command foobar') # no shell system('command "foo bar"') # shell system('command', 'foo bar') # no shell system('sort < file | uniq') # shell