Quick Tip: In the terminal in Mac OS X you can easily pipe the output of commands to your favorite desktop text editor (providing it supports it) for much easier reading.

$ curl http://www.apple.com/ipad/ | mate
$ ruby script_with_massive_output.rb | bbedit