From: x1 Date: 2006-10-22T16:16:52+09:00 Subject: Pipe shell output to ruby -e? I know this has been done before but search yields nothing :-\ Just wondering how you can pipe output to ruby -e? I tried this but it doesnt work :-( #### borked echo "hello" |ruby -e 'puts ARGV.to_s' Thanks for any help you may be able to offer.