open file ubuntu command line code example
Example 1: ubuntu open file from terminal
xdg-open file-name
# xdg-open myPicture.png
Example 2: how to open a file using terminal
open ~/Desktop/filename.txt
Example 3: open text file debian
vim RESULTS.txt
Example 4: ubuntu open file system from terminal
nautilus .
#or
nautilus /home/john/Downloads