Answers for "how to open file location in terminal ubuntu"

7

ubuntu open file from terminal

xdg-open file-name

# xdg-open myPicture.png
Posted by: Guest on May-31-2020
0

ubuntu open file system from terminal

nautilus .
#or
nautilus /home/john/Downloads
Posted by: Guest on October-23-2020

Code answers related to "how to open file location in terminal ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language