Ruby - Execute external command (system)



examples/other/system.rb
res = system("ls -l")
puts "\n"
puts res