Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to open directory in linux using 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
 
PREVIOUS NEXT
Tagged: #open #directory #linux #command
ADD COMMENT
Topic
Name
9+5 =