jessek / hashdeep

Other
702 stars 132 forks source link

Turn off following symlinks in recursive mode #371

Closed steveb-cirina closed 7 years ago

steveb-cirina commented 7 years ago

Hi

In order to use md5deep in recursive mode but have it skip just symlinks, I ran it in the following way in "expert" mode (leaving out l from the -o option):

md5deep -o fbcpsd ...

Is there a short hand way to do this (i.e. just turn off symlinks) ?

Thanks.

jessek commented 7 years ago

Sorry, no. The expert mode code was written with only support to add modes, not exclude them.

steveb-cirina commented 7 years ago

Ok, thanks.