v18 CDART vs DISCART for album CD images
#9
In case you're using Linux the following command creates a copy of all existing cdart.png-files, which are found in the given directory and its subdirectories and the copy will be renamed to discart.png (the original file will not be deleted):  
find /path/to/search -type f -name 'cdart.png' -exec bash -c 'cp "$0" "${0/cdart/discart}"' {} \;
Reply


Messages In This Thread
RE: CDART vs DISCART for album CD images - by malvinas2 - 2019-08-23, 00:42
Logout Mark Read Team Forum Stats Members Help
CDART vs DISCART for album CD images0