Comment on Show HN: Pythonpy – the swiss army knife of the command lineparentComments−judofyr12y $ ruby -e 'puts (0...3).to_a' | ruby -ne 'p $_.to_i*7' $ ruby -e 'puts (0...8).to_a' | ruby -ne 'puts $_ if $_.to_i % 2 == 0'
Comments