Better command like composability with Ruby
carlwiedemann.github.io
Better command like composability with Ruby
1–2 of 2 posts
Re: Better command like composability with Ruby
#2> echo "foo" | ruby -e 'puts "hello #{STDIN.gets}"'
Just "gets" also works instead of "STDIN.gets"