$ ruby -e 'File.open( ARGV.shift, "r" ) { |f| puts f.readlines }' notthere -e:1:in `initialize': No such file or directory - notthere (Errno::ENOENT) from -e:1:in `open' from -e:1