home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!nwnexus!Celestial.COM!bill
- From: bill@Celestial.COM (Bill Campbell)
- Subject: Re: pipe CC to more
- Organization: Celestial Software, Mercer Island, WA
- Date: Fri, 24 Jul 1992 05:59:30 GMT
- Message-ID: <1992Jul24.055930.29577@Celestial.COM>
- References: <1029@alsys1.aecom.yu.edu>
- Lines: 19
-
- In <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)
-
- Assuming /bin/sh or /bin/ksh
-
- cc $CFLAGS tmp.c 2>&1 | less #less is > more :-)
-
- In the csh
- cc $CFLAGS tmp.c |& less #less is > more :-)
-
- Bill
- --
- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software
- UUCP: ...!thebes!camco!bill 6641 East Mercer Way
- uunet!camco!bill Mercer Island, WA 98040; (206) 947-5591
- SPEED COSTS MONEY -- HOW FAST DO YOU WANT TO GO?
-