open text file command line linux code example
Example 1: open text file debian
vim RESULTS.txt
Example 2: how to open file in linux
xdg-open <filename>
Example 3: open a file in from terminal
cat <path/your_file>
vim RESULTS.txt
xdg-open <filename>
cat <path/your_file>