ubuntu see file content code example
Example 1: display contents of file ubuntu
less fileName
or
cat fileName
Example 2: open text file debian
vim RESULTS.txt
Example 3: linux command to open a file
sudo apt install vim
vim filename
less fileName
or
cat fileName
vim RESULTS.txt
sudo apt install vim
vim filename