Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] everlasting directory
- Date: Thu, 11 Jul 2002 12:40:20 +0900
- From: Mauro Sauco <mauro.sauco@example.com>
- Subject: Re: [tlug] everlasting directory
- References: <200207110327.MAA26339@example.com>
> 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//
- Follow-Ups:
- Re: [tlug] everlasting directory
- From: Dmytro Koval'ov
- References:
- Re: [tlug] everlasting directory
- From: Dmytro Koval'ov
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] everlasting directory
- Next by Date: Re: [tlug] everlasting directory
- Previous by thread: Re: [tlug] everlasting directory
- Next by thread: Re: [tlug] everlasting directory
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links