Re: deleting old ascii player files

From: Jesse Becker (hawson@temperedweaves.com)
Date: 12/27/02


On Sat, 28 Dec 2002, Mark Garringer wrote:

> What's wrong with:
>
> FS="pfiles plralias plrobjs plrvars"
> for d in $FS
>   do
>     find /home/user/circle/lib/$d -type f -mtime +60 -exec rm {} \;
>   done

Doesn't that still leave an entry in the plr_index file?

--Hawson

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT