Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. $ find . \( -name '*.tar.gz' -o -name '*.tgz' \) -type f -print0 | xargs -0 zegrep '(SCHILY|LIBARCHIVE)' > bsdtar.txt 2>&1
  2.  
  3.  
  4. Matches:
  5. ./authors/id/J/JU/JUSTER/ALPM-0.04.tar.gz:Binary file (standard input) matches
  6. ./authors/id/J/JU/JUSTER/ALPM-0.05.tar.gz:Binary file (standard input) matches
  7. ./authors/id/J/JU/JUSTER/ALPM-0.03.tar.gz:Binary file (standard input) matches
  8. ./authors/id/J/JJ/JJORE/B-Utils-0.10.tar.gz:Binary file (standard input) matches
  9. ./authors/id/J/JJ/JJORE/Term-HiliteDiff-0.09.tar.gz:Binary file (standard input) matches
  10. ./authors/id/J/JJ/JJORE/B-Lint-StrictOO-0.03.tar.gz:Binary file (standard input) matches
  11.  
  12. Bad gzip wrappers:
  13. gzip: ./authors/id/S/SA/SATOH/List-Enumerator-0.06.tar.gz: unexpected end of file
  14. gzip: ./authors/id/J/JS/JSTENZEL/OpenOffice-PerlPoint-0.03.tgz: invalid compressed data--crc error
  15. gzip: ./authors/id/J/JS/JSTENZEL/OpenOffice-PerlPoint-0.03.tgz: invalid compressed data--length error
  16. gzip: ./authors/id/J/JE/JESSE/RT-OnlineDocs-0.04.tar.gz: unexpected end of file
  17. gzip: ./authors/id/M/MS/MSCHILLI/Sysadm-Install-0.26.tar.gz: unexpected end of file
  18. gzip: ./authors/id/C/CH/CHRMUE/Socket-Class-2.14.tar.gz: unexpected end of file
Add Comment
Please, Sign In to add comment