Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] everlasting directory



> Most probably it won't work. It will give something like command line
> too long.
>
>
> What if you try to run this:
>
> #!/bin/sh
> while [ $? == 0 ]; do
> cd indx; rm -rf esp.files
> done
> while [ $? == 0 ]; do
> cd ..; rmdir indx
> done
>
> --Dmytro

In one-line :)

find .  -inum idex -exec rm -rf {}  

But he said "rm -rf" dont work, so this is maybe usseless!

//mauro//

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links