
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
Home |
Main Index |
Thread Index