how to open file in console linux code example
Example 1: how to open a file using terminal
open ~/Desktop/filename.txt
Example 2: open text file debian
vim RESULTS.txt
Example 3: open a file in linux
cat <filename>
open ~/Desktop/filename.txt
vim RESULTS.txt
cat <filename>