home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / hacking / internet / update < prev    next >
Encoding:
Text File  |  1996-07-04  |  236 b   |  8 lines

  1. #! /bin/csh
  2. grep "from my" /var/mail/mladue | cut -f4,5 -d" " >> ~/public_html/penpals
  3. sort ~/public_html/penpals | uniq > .allpals
  4. /bin/rm ~/public_html/penpals
  5. mv .allpals ~/public_html/penpals
  6. chmod 755 ~/public_html/penpals
  7.  
  8.