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