Re: .diff file for evo



> Can JP or someone tell me how to apply a .diff file as a patch?  Do I need
> to do it by hand, or is there a way to automate it?  Thanks.

	You can automate it by using the following syntax:

	cat file.diff | patch -p1

	or..

	patch -p1 < file.diff

d.




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