Better command like composability with Ruby (carlwiedemann.github.io) 4 points by carlwiedemann 1y ago ↗ HN
[–] Alifatisk 1y ago ↗ > echo "foo" | ruby -e 'puts "hello #{STDIN.gets}"'Just "gets" also works instead of "STDIN.gets"
1 comment
[ 3.2 ms ] story [ 9.1 ms ] threadJust "gets" also works instead of "STDIN.gets"