Scanning directories for a file name pattern does add up. I have two 32GB cards and plan on putting lots of files on it. Please do not waste my battery life and time for a perceived difficulty.
Also, I want .pnd files to not be used in certain cases. Examples include backing up prior versions and having copies on another SD card. I do not want to see duplicates or old versions in those cases.
This searches for file names, not the contents of a file. If you think that searching for file names can be done any faster, please let the maintainer of the application know (I have a feeling that it already runs as fast as it can).
find / -name '*.pnd'
Also, I want .pnd files to not be used in certain cases. Examples include backing up prior versions and having copies on another SD card. I do not want to see duplicates or old versions in those cases.
This searches for file names, not the contents of a file. If you think that searching for file names can be done any faster, please let the maintainer of the application know (I have a feeling that it already runs as fast as it can).
find / -name '*.pnd'
Last edited by a moderator: