The Holodyn Corporation
Please Login or Register

Knowledgebase

Add to Favourites Add to Favourites Print this Article Print this Article

Linux Find and Delete Matching Files

Commands that will all find *.deb and remove the file:

find . -name ?*.deb? -delete

find . -name ?*.deb? -print | xargs rm

find . -name ?*.deb? -exec rm -f \{\} \;

Source: http://kyleabaker.com/2008/10/19/linux-find-and-remove-matching-files/



Was this answer helpful?

Also Read
Converting Audio Files (Views: 1024)

Language:

Quick Navigation

Client Login

Email

Password

Remember Me

Search


Credit Card Processing