Rails
From Kingside Wiki
Run System Commands From Ruby
systemsystem(“ls”)- ‘’’system’’’ will print the command output as it happens
’’’Note’’’
systemwill make your Ruby program ‘’’’’wait until the command is done’’’’’
systemsystem(“ls”)’’’Note’’’
systemwill make your Ruby program ‘’’’’wait until the command is done’’’’’