Re: Using diff

2008-11-21 Thread Wojciech Puchar
add -u On Fri, 21 Nov 2008, Fbsd1 wrote: Trying to use diff program to create a patch. Output gos to console and does not create the patch file. If it do diff original updated > patch.file The patch.file does not look like a normal patch file. What am I doing wrong here? _

Re: Using diff

2008-11-20 Thread Bill Campbell
On Fri, Nov 21, 2008, Fbsd1 wrote: > Trying to use diff program to create a patch. > Output gos to console and does not create the patch file. > > If it do diff original updated > patch.file > > The patch.file does not look like a normal patch file. > > What am I doing wrong here? Try ``diff -u

Using diff

2008-11-20 Thread Fbsd1
Trying to use diff program to create a patch. Output gos to console and does not create the patch file. If it do diff original updated > patch.file The patch.file does not look like a normal patch file. What am I doing wrong here? ___ freebsd-questi