Answers for "command open current directory linux"

9

get current directory shell

echo $PWD
Posted by: Guest on May-30-2020
13

open current folder in terminal linux

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 "command open current directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language