I messed up with the thumbnails folder, now those thumbnail pictures are all over the place.
How can I find all of the thumbnail pictures and delete them? Do they have a specific size? Or naming pattern?
I messed up with the thumbnails folder, now those thumbnail pictures are all over the place.
How can I find all of the thumbnail pictures and delete them? Do they have a specific size? Or naming pattern?
They do not have a specific size but they do have a somewhat** specific naming pattern in that they are
.png
files with 32-character long prefixes. The prefixes contain only lower case numbers and letters:**I found files fitting the naming pattern even in my
~/.config/google-chrome
subfolders.The prefix of this type matches the string generated using md5sum. For example,
That said, you can list these files and their locations with
Given that there's no guarantee that only thumbnails will be recovered by the command, you'll need to use your judgement in deleting these files.