RosettaCodeData/Task/Execute-a-system-command/R/execute-a-system-command.r

3 lines
45 B
R
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
system("ls")
output=system("ls",intern=TRUE)