rhash / RHash

Great utility for computing hash sums
http://rhash.sf.net
BSD Zero Clause License
585 stars 116 forks source link

Checking with extensions on "--exclude" will still write said files on --output file #236

Open i2324561w2 opened 1 year ago

i2324561w2 commented 1 year ago

I did a check on a list of files which contains (amongs other things) many txt files, I used --exclude=txt, but the output file still has the txt files hashed on it. By the way --exclude is not on --help. Can you please look on it?

rhash commented 1 year ago

The --accept and --exclude options do not work in the --check and --missing modes. It works as designed.

The idea to filter verified files makes a good Feature Request.