home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / libnov / demo / threadf < prev   
Text File  |  1992-09-05  |  196b  |  7 lines

  1. #! /bin/sh
  2. # construct skein of threads from .overview index file
  3. # current .overview fields: num, subj, from, date, msgid, refs
  4.  
  5. thread $* |
  6.     sed 's/^\(    *\)[^    ]*( *\(.*\) *)    /\1\2    /' # new style
  7.