Answers for "open read text file from terminal ubuntu"

7

ubuntu open file from terminal

xdg-open file-name

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

open text file from terminal

#for short files
cat <path/your_file>
#for long files
less <path/your_file>
Posted by: Guest on September-02-2021

Code answers related to "open read text file from terminal ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language