Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 5. Search and Compare - Поиск и сравнение
deplist | dupfind | extract | find | hexfind | md5 | md5check | md5gento | ofind | pathfind | reflist | xfind | xfindbin | xhexfind |

Help:   Рус   |   Eng        Refer:   Рус   |   Eng  

Команда: md5gento
sfk md5gento[=]outputfile [-rel[names]] dirname [-quiet]

   create list of md5 checksums over all selected files.

   options
      -rel     create a list with relative filenames, i.e. strip
               the supplied dirname from the beginning of each name.
      -quiet   do not print progress output while reading files.
      -tab     create tab separated columns instead of " *" format.
      -(q)arc  XE: create checksums of .zip, .tar.gz and .tar.bz2
               file contents, including nested archives.
               no demo is available in sfk base, but you may use
               sfk xfind -arc ... to test general archive reading.

   see also
      sfk md5check  to verify md5 lists.
      sfk md5       create md5 of a single file.
      sfk crcgento  create crc lists of files.

   web reference
      http://stahlworks.com/sfk-md5list

   examples
      sfk md5gento mydir.md5 mydir
         create checksum of all files in folder mydir and all
         sub folders and store them in mydir.md5.

      sfk select -dir prod -file !.tmp +md5gento=checksums.md5
         first select all files from prod, excluding .tmp files,
         then create an md5 list to checksums.md5