Answers for "how to open file explorer in windows 10 from terminal"

7

open file explorer from cmd

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
0

how to open current terminal directory in file explorer

#In WSL terminal just use following instead. ;)
explorer.exe .
Posted by: Guest on October-13-2021

Code answers related to "how to open file explorer in windows 10 from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language