Answers for "how to open file from terminal"

6

ubuntu open file from terminal

xdg-open file-name

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

how to open a file using terminal and exit terminal

xdg-open <path/file_name>
Posted by: Guest on April-27-2021
5

how to open a file using terminal

open ~/Desktop/filename.txt
Posted by: Guest on June-07-2020
1

how to open a file using terminal

gedit <path/your_file>
Posted by: Guest on April-27-2021
1

open a file in from terminal

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

Code answers related to "how to open file from terminal"

Browse Popular Code Answers by Language