Mac Terminal Finder tip: How to open a Mac Finder window from the current directory of a Mac Terminal window.
Cool, I just learned how to open a Mac Finder window in the current directory of a Mac Terminal window. To do it, just issue this Mac open command:
open .
(Yes, that is a decimal after the open command. The decimal is the Unix way of referring to the current directory.)