Program to analyze the file extension and show if the file extension in the file name matches the true file type
Linux:
Only need to download the executable file "checkFile"
Command:
./wordStats.sh <OPTION> <ARGUMENT>
Exemples:
./wordStats.sh -f file1,file2....
./wordStats.sh -b file
./wordStats.sh -d directory
./wordStats.sh -h
Options:
- f : analyze every file given as argument
- b : analyze every file (also compatible with file path) written in the txt file givem in the command line
- d : analyze every file in the given directory (also compatible with file paths)
- h : show quick help mannual
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.