JLinX – Blog

Weblog von Jan Linxweiler

How to Use "rm" Together with "find"

Filed under: Linux — Jannis at 9:37 pm on Friday, January 11, 2008

How to delete several directories (or files) that you discovered with the find command?

find . -iname “dir name” -print0 | xargs -0 rm -r

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.