Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The number of images #10

Open
SZUHvern opened this issue Sep 24, 2024 · 1 comment
Open

The number of images #10

SZUHvern opened this issue Sep 24, 2024 · 1 comment

Comments

@SZUHvern
Copy link

Thank you very much for your contribution!
I would like to know if you could tell me the exact number of images, as I want to confirm that my download is correct.

@tunglinwood
Copy link

Thank you very much for your contribution! I would like to know if you could tell me the exact number of images, as I want to confirm that my download is correct.

Not meant to be rude here, but I think you can just use shell script below after you have those zip files decompressed to ./images

#!/bin/bash
count=$(ls -1q ./images | wc -l)
echo "Number of files: $count"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants