how to display entire file in linux code example
Example 1: display contents of file ubuntu
less fileName
or
cat fileName
Example 2: linux check file contetns
cat "fileName"
Example 3: view file linux command line
cat filename #for short files
less filename #for longer files