Skip to content
SohamSPB edited this page Sep 20, 2017 · 10 revisions

Return to main page

Usage:

filemoddetect [OPTION...] [FILE...] - File Modification Detector

Help Options:

-h, --help Show help options

Application 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

Examples:

Basic Operation:

  1. filemoddetect /home/user/foo
    Creates md5checksums of each content in /home/user/foo folder to current working directory.

  2. filemoddetect
    Create md5checksums of each content in current working directory.

Advanced Operation:

  1. 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.

  2. filemoddetect /home/user/foo -l
    Perform same basic operation but this time logging is disabled.

Related Pages:

Clone this wiki locally