The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

digestarchive - display entry hexdigest in archive

VERSION

0.044

SYNOPSIS

  digestarchive /path/to/archive.tar.gz
  # or
  cat /path/to/archive.tar.gz | digestarchive
  
  # output
  ** can not get digest **          foo/(DIR)
  ** can not get digest **          foo/bbb -> aaa(SYMLINK)
  b026324c6904b2a9cb4b88d6d61c81d1  foo/aaa(FILE)

OPTIONS

-h, --help

Display help and exit

-v, --version

Display vesion and exit

--digest-type=<DIGEST_TYPE>

default MD5. you can designate the digest type, MD5 or SHA1

SEE ALSO

App::digestarchive

AUTHOR

Akira Horimoto <emperor.kurt _at_ gmail.com>

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Copyright (C) 2012 Akira Horimoto