Sometimes I may want to cache files in a certain folder and its subfolders. I just go to this folder and execute the following:
find . -exec cp {} /dev/null \;
And those files are cached
Sometimes I may want to cache files in a certain folder and its subfolders. I just go to this folder and execute the following:
find . -exec cp {} /dev/null \;
And those files are cached