Questions tagged [zip]

17 questions
-1
votes
2 answers

Extract large (100Gb) zip on ESXI host

I have uploaded a vmdk file to my esxi 6.7 host and when i try to unzip it from cli with unzip largefile.zip i get this error Archive: largefile.zip unzip: short read Any ideas on what's going on?
renegate
  • 1
  • 1
  • 1
-2
votes
1 answer

finding a string among several zipped files (webapps)

We have to find a string, let's say "foobar" among several webapps. However, some webapps contain zipped files, eg log4j.jar. Therefore, grep -IR "foobar" /pathto/tomcatroot/ won't work, because of compressed files. unzip -c…
bgtvfr
  • 1,262
  • 10
  • 20
1
2