how to read a file in terminal code example
Example 1: how to open a file using terminal
gedit <path/your_file>
Example 2: open text file debian
vim RESULTS.txt
Example 3: terminal read file
cat <path/your_file>
gedit <path/your_file>
vim RESULTS.txt
cat <path/your_file>