home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3956 < prev    next >
Encoding:
Text File  |  1992-07-28  |  997 b   |  26 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!csd4.csd.uwm.edu!markh
  3. From: markh@csd4.csd.uwm.edu (Mark William Hopkins)
  4. Subject: pipe cc to error and never again experience pain (was: Re: pipe CC to more)
  5. Message-ID: <1992Jul28.132537.21635@uwm.edu>
  6. Sender: news@uwm.edu (USENET News System)
  7. Organization: Computing Services Division, University of Wisconsin - Milwaukee
  8. References: <1029@alsys1.aecom.yu.edu>
  9. Date: Tue, 28 Jul 1992 13:25:37 GMT
  10. Lines: 14
  11.  
  12. In article <1029@alsys1.aecom.yu.edu> reiner@medusa.bioc.aecom.yu.edu (Peter D. Reiner) writes:
  13. >To prevent the hundreds of CC errors from scrolling off the screen,
  14. >I have tried to pipe it to more, with no effect.
  15. >Can anyone advise? (ATT unix)
  16.  
  17. Pipe cc to error.
  18.  
  19.                  cc FILE.c ... FILE.c |& error
  20.  
  21. Most of the errors are put back in the source files as comments /*###...*/ at
  22. the appropriate places.
  23.  
  24. With error -v, vi is also started up on the files with pattern search on ###
  25. already enabled.
  26.