Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. unzip user_file_batch1.csv.zip
  2.  
  3. Archive: user_file_batch1.csv
  4. End-of-central-directory signature not found. Either this file is not
  5. a zipfile, or it constitutes one disk of a multi-part archive. In the
  6. latter case the central directory and zipfile comment will be found on
  7. the last disk(s) of this archive.
  8.  
  9. unzip: cannot find zipfile directory in one of user_file_batch1.csv or
  10. user_file_batch1.csv.zip, and cannot find user_file_batch1.csv.ZIP, period.
  11.  
  12. uudecode user_file_batch1.csv.zip
  13.  
  14. uudecode -o user_file_batch1.csv.decoded user_file_batch1.csv.zip
  15.  
  16. # unzip ADUReport.zip
  17. Archive: ADUReport.zip
  18. End-of-central-directory signature not found. Either this file is not
  19. a zipfile, or it constitutes one disk of a multi-part archive. In the
  20. latter case the central directory and zipfile comment will be found on
  21. the last disk(s) of this archive.
  22. unzip: cannot find zipfile directory in one of ADUReport.zip or
  23. ADUReport.zip.zip, and cannot find ADUReport.zip.ZIP, period.
  24. #gunzip ADUReport.zip
  25. gunzip: ADUReport.zip: unknown suffix -- ignored
  26. zcat ADUReport.zip
  27.  
  28. #zcat: ADUReport.zip: not in gzip format
  29. #gzip ADUReport.zip
  30. #l
  31. #zcat ADUReport.zip.gz
  32.  
  33. 7z x archive.zip
  34.  
  35. jar xvf yourzipfile.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement