home *** CD-ROM | disk | FTP | other *** search
/ lcs.mit.edu / lcs.mit.edu.tar / lcs.mit.edu / telecom-archives / a4 < prev    next >
Text File  |  2011-09-19  |  71b  |  5 lines

  1. #!/bin/sh
  2. for file in `cat a3` ; do 
  3.   grep -H "[ü-■]" $file >>a5
  4. done
  5.