Find files that ends with tilde

Find files:

find . -type f -name '*~'

To delete the files:

find . -type f -name '*~' -exec rm -f '{}' \;

Ubuntu Unsupported upgrades

 Unsupported upgrades Sometimes do-release-upgrade isn't able to run the upgrade to the latest version and it shows an error similar t...

Mais vistos