Answers for "how to open directory in linux using command"

0

ubuntu navigate to directory in windows

cd /mnt/e/username/folder1/folder2
Posted by: Guest on August-29-2020
1

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

Code answers related to "how to open directory in linux using command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language