J
James Coglan
[Note: parts of this message were removed to make it a legal post.]
Hello all,
I know you can get command line args using ARGV, but is there a way to use
the '<' operator to pipe data into your program, as in
ruby myprog.rb < ~/myfile.txt
Hello all,
I know you can get command line args using ARGV, but is there a way to use
the '<' operator to pipe data into your program, as in
ruby myprog.rb < ~/myfile.txt