Verbose output (was: perl patch 18 makes perl uncompilable)

Steven E. Rice, P.E. stever at videovax.Tek.COM
Wed Feb 24 04:49:51 AEST 1988


In article <2907 at swan.ulowell.edu>, Bob Page (page at swan.ulowell.edu) writes:

[ deletions ]

> Oh, and       patch args | tee patch.out | less      doesn't count.

On our system, the patch commentary comes out on standard error.  To
control the flow, I have to use the "|&" construct:

                patch < patchfile |& more
                                  ^^
                                  ||

Otherwise, the output flows uncontrolled. . .

					Steve Rice

-----------------------------------------------------------------------------
* Every knee shall bow, and every tongue confess that Jesus Christ is Lord! *
new: stever at videovax.tv.Tek.com
old: {decvax | hplabs | ihnp4 | uw-beaver}!tektronix!videovax!stever



More information about the Comp.sources.bugs mailing list