Answers for "how to open folder by terminal mac"

C
2

how to open folder from terminal mac

//Mac os 
cd directory_you_want_to_open
open .
Posted by: Guest on September-04-2021
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 to open folder by terminal mac"

Code answers related to "C"

Browse Popular Code Answers by Language