home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / XText / remove-extra-includes < prev    next >
Encoding:
Text File  |  1992-05-02  |  69 b   |  3 lines

  1. #!/bin/csh -f -b
  2. exec awk '/^#import </{if (x[$2])next;x[$2]=1}1==1'
  3.