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:27:34 +0900
- From: "Dmytro Koval'ov" <kov@example.com>
- Subject: Re: [tlug] everlasting directory
>>>>> On Thu, 11 Jul 2002, >>>>> "Michael" == Michael Doughty wrote: Michael> to be a filesystem problem. Have you tried a straight up Michael> 'rm -rf /home/eoflores/Desktop/dammed/indx' ? Or have you only tried Michael> deleting the directory via a GUI? 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 -- Dmytro Koval'ov http://www.asahi-net.or.jp/~as9d-kvlv http://yarylo.sytes.net
- Follow-Ups:
- Re: [tlug] everlasting directory
- From: Mauro Sauco
- References:
- Re: [tlug] everlasting directory
- From: Michael Doughty
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