Login
From:
mattbrictson.com
(Uncensored)
subscribe
The Hidden Complexities of Running Shell Commands in Ruby
https://mattbrictson.com/blog/run-shell-commands-in-ruby
links
backlinks
Roast topics
Find topics
Find it!
Did you know that system supports the equivalent of > dev/null output redirection? And that backticks raise an exception when a command isn’t found, but system does not? Let’s go on a deep dive into the Ruby standard library!