
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] everlasting directory
On Thursday 11 July 2002 12:51 pm, Dmytro Koval'ov wrote:
> >>>>> On Thu, 11 Jul 2002, "Mauro" == Mauro Sauco wrote:
>
> Mauro> In one-line :)
>
> Nope. In script you go to the bottom of directories, them step one
> level up and remove. Quite different from:
>
> Mauro> find . -inum idex -exec rm -rf {}
> ~~~~~~~~
> Sure this won't work. {} will give command line too long...
allright,
find /home/eoflores/Desktop/dammed | xargs rm -rf
would do the same as the script :)
//mauro//
Home |
Main Index |
Thread Index