You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"
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.
The text was updated successfully, but these errors were encountered: