18 Jul
2007
18 Jul
'07
7:25 p.m.
On Tuesday, July 17 at 03:45 PM, quoth John Peacock:
This:
$ ls -f ./tmp ./cur | xargs rm
is really quite efficient, and doesn't fall prey to commandline globbing limits...
Another one I use often is:
find ./tmp ./cur -type f -exec rm {} \;
~Kyle
The real problem is not whether machines think, but whether men do. -- B. F. Skinner