Many programs have created me a huge amount of swap files. They annoy me, because some of them contain sensitive information. How should I deal with them? Is the command good idea:
find . -iname "*swp*" -exec rm '{}' \;
How should good programs handle their swap-files?
