dnekm wrote:The only way to remove your personal info from the presets is to edit each and every one in a text editor.....
It is not a watermark, your information is present in plain text in every single preset...
Code: Select all
for f in `find . -name '*.preset'`; do perl -pi.bak -e 's/<appropriate regex>//mg;' ${f}; done