Re: Doing a pwipe

From: Mike Stilson (mike@velgarian.sytes.net)
Date: 02/03/02


On Sun, Feb 03, 2002 at 01:56:42PM -0500, Guy SJS wrote:
>I recently added some code to my mud for a 50 level system, but I cant
>figure out how to do a pwipe like it says.  Anyone care to explain?  Thanks

for binary pfiles, you'd remove the file "players" from the libs dir I
think.

Also it never hurts to clean up old obj/alias/etc files.
$ for i in pfiles plrobjs plralias plrvars; do \
> cd $i; find . -type f -exec rm -f '{}' ';'; cd ..; done

Don't do it while the mud's running though.


-me

--
   +---------------------------------------------------------------+
   | 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