DragonFly BSD
DragonFly users List (threaded) for 2006-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: (u)ral driver


From: "Chuck Tuffli" <ctuffli@xxxxxxxxx>
Date: Thu, 23 Feb 2006 13:08:46 -0800

On 2/23/06, Chris Rawnsley <rawprawns@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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]