What's with these files with a tilde (~) at the end?

Mateusz Drożdżyński m.drozdzynski at gmail.com
Sun Feb 12 12:32:26 UTC 2006


Hi,

On 2/12/06, Dave M G <martin at autotelic.com> wrote:
> how do I get rid of them

Run this in the terminal:
find . -iname "*~" -type f -exec rm -rf {} \;

It deletes all files ending with ~ in current directory and all its
subdirectories.

--
Pozdrawiam,
Mateusz Drożdżyński


More information about the ubuntu-users mailing list