Answers for "ubuntu open file in terminal"

C
5

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
1

open a file in from terminal

cat <path/your_file>
Posted by: Guest on July-22-2020

Code answers related to "ubuntu open file in terminal"

Code answers related to "C"

Browse Popular Code Answers by Language