Answers for "how open folder fro terminal"

7

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
1

how to open a folder using terminal

nautilus /home/karthick/Music
xdg-open /home/karthick/Music
Posted by: Guest on February-09-2021

Code answers related to "how open folder fro terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language