Guest User

Untitled

a guest
Jan 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. unzip -l My_big_zip_file.zip
  2.  
  3. Archive: My_big_zip_file.zip
  4. Length Date Time Name
  5. --------- ---------- ----- ----
  6. 155274931 2018-01-16 14:30 My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201501).zip
  7. 96693995 2018-01-16 13:50 My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201403).zip
  8. 113751167 2018-01-16 14:10 My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201409).zip
  9. 158758696 2018-01-16 14:16 My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201410).zip
  10. 140706108 2018-01-16 13:24 My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201308).zip
  11. 142957976 2018-01-16 14:51 My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201505).zip
  12. --------- -------
  13. 808142873 6 files
  14.  
  15. unzip My_big_zip_file.zip -d results
  16.  
  17. inflating: results/My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201501).zip
  18. inflating: results/My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201403).zip
  19. inflating: results/My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201409).zip
  20. inflating: results/My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201410).zip
  21. inflating: results/My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201308).zip
  22. inflating: results/My_big_zip_file/Level1_BasicFile_ProductID(254)_Date(201505).zip
  23.  
  24. results/Level1_BasicFile_ProductID(254)_Date(201501).zip
  25. results/Level1_BasicFile_ProductID(254)_Date(201403).zip
  26. results/Level1_BasicFile_ProductID(254)_Date(201409).zip
  27. results/Level1_BasicFile_ProductID(254)_Date(201410).zip
  28. results/Level1_BasicFile_ProductID(254)_Date(201308).zip
  29. results/Level1_BasicFile_ProductID(254)_Date(201505).zip
Add Comment
Please, Sign In to add comment