Execute shell script from within ruby
1) Use the “system” method system “ls” 2) Or use backticks. Note that backticks support you returning to the results…
Achieving Developer Excellence with Automated Testing
1) Use the “system” method system “ls” 2) Or use backticks. Note that backticks support you returning to the results…