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
  1. madething reblogged this from nickchapman and added:
    could do this. Great timesaver.
  2. nickchapman posted this