file command
man file
The options are under Options
File will show the type and details about the file
cd Documents/exampleFiles
ls -l
file example.txt
file chimpmunk-01.jpeg
cat will show the contents of a file
cat example.txt
open will open the file
open example.txt
open chimpmunk-01.jpeg