(u)ral driver

Chuck Tuffli ctuffli at gmail.com
Thu Feb 23 13:08:31 PST 2006


On 2/23/06, Chris Rawnsley <rawprawns at xxxxxxxxx> wrote:
. ..
> #patch -p0 /tmp/ral.diff
>
> The patch seemed to apply successfully (although I cannot scroll up
> enough to see fully. I know I can press scroll lock then use Page
> Up/Down but it doesn't go far enough for me to see. Is there some way
> I can increase this?).

you could try the tee command. something like

# patch -p0 < /tmp/ral.diff |& tee patch.out

this will print the output from patch to the console as well as copy
the output to a file called patch.out. then you can vi or less the
patch.out to see what happend.

---chuck






More information about the Users mailing list