On Tuesday 23 July 2002 07:30 pm, Kevin Kinsey, DaleCo, S.P. wrote:
| patch diff.txt > orig.file

Please don't top-post on this list.

Also, that's not the right patch syntax.  It's

patch < diff-file

(the patch should have the source file to which it applies already embedded in 
the patch)

If the file name isn't embedded, then you can do it as

patch orig.file diff-file

but never redirect *out* of patch.


-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
                                        http://www.babbleon.org

http://www.eff.org                      http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to