home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / tools / removecr next >
Text File  |  1994-10-02  |  260b  |  11 lines

  1. #! /bin/sh
  2. #
  3. # Shell script to remove carriage returns from all text files in the
  4. # YACL directory.
  5. #
  6. #
  7. sh $YACLPATH/tools/stripcr `find . \( -name '*.cxx' -o -name '*.h' \
  8. -o -name '*.awk' -o -name 'makefile.*' -o -name '*.ctl' -o -name \
  9. '*.txt' \) -print`
  10.  
  11.