mac open the root code example
Example 1: open homebrew mac
$ brew install wget
Example 2: open current directory
Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open . #Open current directdory in Unix
start . #Open current directory in Windows