how to display a txt file in the termial code example
Example 1: display contents of file ubuntu
less fileName
or
cat fileName
Example 2: open text file debian
vim RESULTS.txt
less fileName
or
cat fileName
vim RESULTS.txt