Horje
how to open files using terminal in ubuntu Code Example
ubuntu open file from terminal
xdg-open file-name

# xdg-open myPicture.png
how to open files using terminal in ubuntu
#for short files 
cat filename.txt

#for longer files
less filename.txt

#to edit files inside terminal open using vim or nano

#using vim
vim filename.txt

#using nano
nano filename.txt
how to open files using terminal in ubuntu
# Tested into local working in ubuntu default terminal,Pycham editor
sudo nautilus /usr/share/nginx/html
sudo nautilus /usr/share/nginx/html
open a file in from terminal
cat <path/your_file>




Shell

Related
mongodb install kali linux Code Example mongodb install kali linux Code Example
should you use docker on linux Code Example should you use docker on linux Code Example
python rioxarray install Code Example python rioxarray install Code Example
how to upload to github repo from terminal Code Example how to upload to github repo from terminal Code Example
npm protractor Code Example npm protractor Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11