Search Results

0
votes

Calling Bash Commands From Ruby

You can also use the backtick operators (`), similar to Perl: directoryListing = `ls /`puts directoryListing # prints the contents of the root directory …