Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.1 KB

Check File

Program to analyze the file extension and show if the file extension in the file name matches the true file type

Installation

Linux:

Only need to download the executable file "checkFile"

Usage example

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

C Linux