Answers for "ubuntu browse folders using terminal"

0

ubuntu find folder through terminal

find /user -iname "sdk" -type d
Posted by: Guest on June-04-2021
7

open folder from terminal ubuntu

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 "ubuntu browse folders using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language