how do Iopen the s file or directory from the command line? code example
Example: open directory windows command
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