Answers for "how to open file folder from terminal"

4

open folder from 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
Posted by: Guest on October-25-2020

Code answers related to "how to open file folder from terminal"

Browse Popular Code Answers by Language