Skip to content

Instantly share code, notes, and snippets.

@czyang
Created June 6, 2018 07:07
Show Gist options
  • Save czyang/65d7a58db0febcfbf5c75f16df4f0cb5 to your computer and use it in GitHub Desktop.
Save czyang/65d7a58db0febcfbf5c75f16df4f0cb5 to your computer and use it in GitHub Desktop.
# Count file number in a Zip file.
unzip -lqq test.zip | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment