03-01 file command

01

man file
                

The options are under Options

2

File will show the type and details about the file

cd Documents/exampleFiles
                
ls -l
                
file example.txt
                
file chimpmunk-01.jpeg
                

03

cat will show the contents of a file

cat example.txt
                

open will open the file

open example.txt
                
open chimpmunk-01.jpeg