Joel Uckelman on 20 Jul 2001 19:58:40 -0000 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: hosers-talk: yo |
Quoth Jon Stewart: > > I want to blast away an entire directory, all at once. Although I suppose > rmdir and rm are orthogonal, which is nice, I want the two combined. Any > commands? Perl scripts? perl -e '`rm -rf foo`' would do it too, but now I'm just being a smart ass. -- J.