Created
June 6, 2018 07:07
-
-
Save czyang/65d7a58db0febcfbf5c75f16df4f0cb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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