I want to find files that size is less than 10k in google cloud storage.
gsutil ls -l gs://my-bucket/
This gsutil
command shows list of files with sizes.
Is there a option for filtering the list by file size?
I'll write a script for it, if there is no default option is provided.