Need to delete many files quickly but too many for rm * to handle?
find . -name ‘*’ -print0 | xargs -0 rm
Posted By Ian on Aug 28, 2006 | 0 comments
Need to delete many files quickly but too many for rm * to handle?
find . -name ‘*’ -print0 | xargs -0 rm
Designed by Elegant Themes | Powered by WordPress
Recent Comments