Recent Changes - Search:

edit SideBar


Firefox 2
Get Thunderbird!

Xargs

Bash.Xargs History

Hide minor edits - Show changes to markup

March 23, 2006, at 10:20 PM by 85.105.66.26
Added lines 1-6:

xargs (:code:) find . | grep 'your_filename_filter' | xargs rm -f find . -type f -name "*.txt" -print|xargs rm find . -type f -name "*.txt" -exec rm {} \; -print

Edit - History - Print - Recent Changes - Search
Page last modified on March 23, 2006, at 10:20 PM