-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax
SohamSPB edited this page Sep 20, 2017
·
10 revisions
Return to main page
filemoddetect [OPTION...] [FILE...] - File Modification Detector
-h, --help Show help options
-l, --disablelog Disables logmode
-er, --disablerec Enables recursive mode
-c, --disablecolor Disables Colour Output
-e, --exclude=FILE Excludes file or directory
-d, --disablesize Disables the counting of size of excludes file or directory
-r, --rename=PREFIX Sets prefix for renaming
-rm, --renamem=MIDDLE Sets middle name for renaming
-rs, --renames=SUFFIX Sets suffix for renaming
-s, --silent Disables grand md5 generation
-a, --about Show About
-v, --version Show release version
-
filemoddetect /home/user/foo
Creates md5checksums of each content in /home/user/foo folder to current working directory. -
filemoddetect
Create md5checksums of each content in current working directory.
-
filemoddetect /home/user/foo -e /home/user/foo/bar
Creates md5checksums of each content in /home/user/foo folder to current working directory excluding content in /home/user/foo/bar. -
filemoddetect /home/user/foo -l
Perform same basic operation but this time logging is disabled.
Related Pages: