I would like to copy all files out of a dir except for one named Default.png. It seems that there are a number of ways to do this. What seems the most effective to you?
# chattr +i /files_to_exclude # cp source destination # chattr -i /files_to_exclude