Linux Learning
Showing posts with label
recursive
.
Show all posts
Showing posts with label
recursive
.
Show all posts
Tuesday, February 28, 2012
Find and delete files recursively
find ./ -name '*.html' -print0 | xargs -0 rm -rf
Older Posts
Home
Subscribe to:
Posts (Atom)