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

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!nwnexus!Celestial.COM!bill
  3. From: bill@Celestial.COM (Bill Campbell)
  4. Subject: Re: pipe CC to more
  5. Organization: Celestial Software, Mercer Island, WA
  6. Date: Fri, 24 Jul 1992 05:59:30 GMT
  7. Message-ID: <1992Jul24.055930.29577@Celestial.COM>
  8. References: <1029@alsys1.aecom.yu.edu>
  9. Lines: 19
  10.  
  11. In <1029@alsys1.aecom.yu.edu> reiner@medusa.bioc.aecom.yu.edu (Peter D. Reiner) writes:
  12.  
  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. Assuming /bin/sh or /bin/ksh
  18.  
  19. cc $CFLAGS tmp.c 2>&1 | less #less is > more :-)
  20.  
  21. In the csh
  22. cc $CFLAGS tmp.c |& less #less is > more :-)
  23.  
  24. Bill
  25. -- 
  26. INTERNET:  bill@Celestial.COM   Bill Campbell; Celestial Software
  27. UUCP:   ...!thebes!camco!bill   6641 East Mercer Way
  28.              uunet!camco!bill   Mercer Island, WA 98040; (206) 947-5591
  29. SPEED COSTS MONEY -- HOW FAST DO YOU WANT TO GO?
  30.