home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gophermail / gophermail.maint < prev    next >
Encoding:
Text File  |  1992-10-26  |  318 b   |  18 lines

  1. umask 117
  2.  
  3. cd /home/gopher
  4.  
  5. # rotate the GopherMail logs
  6.  
  7. mv gophermail.log.2 gophermail.log.3
  8. mv gophermail.log.1 gophermail.log.2
  9. mv gophermail.log.0 gophermail.log.1
  10.  
  11. mv gophermail.log gophermail.log.0 && >gophermail.log
  12.  
  13. touch gophermail.log
  14.  
  15. mv userlist templist
  16. cat templist | sort | uniq > userlist
  17. rm templist
  18.