cmd command open folder code example
Example 1: cmd files in directory
Enter “dir” (without quotes) to list the files and folders contained in the folder.
Example 2: how to open a folder using terminal
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