Stupid Bash Tricks: Open a file
Frequently I'm working from the command line in my Mac OS X box, and I want to open a file in my editor. With my file-type associations set, this is as easy as $ open ./source/ca/odell/centricclient/Contact.java`</pre>The only problem is that I'm a…