On 05/06/12 13:12, Slavko wrote:
very bad idea, if the file name has spaces…
Try:
find . -name '*~' -print0 | xargs -0 rm
replace the '.' by your paths..., you can add the '-f' option to rm, to
avoid error messages, if something will be wrong (directory with name '*~'
and '*~' files in it)
or you could just use the -delete option in find. Much simpler.
--
Chris Bannister
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]