Portal Home > Knowledgebase > Linux / Apache Hosting > 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? Yes No
Quick Navigation
Client Login
Email
Password
Remember Me
Search
Knowledgebase Downloads