Answers for "open current directory in finder"

4

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

Code answers related to "open current directory in finder"

Browse Popular Code Answers by Language