Find files:
find . -type f -name '*~'
To delete the files:
find . -type f -name '*~' -exec rm -f '{}' \;
Symptoms In some scenarios, the following validation warning appears on an updatable object: " Object is no longer supported. Enforci...