From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Sun, 10 Aug 2003 14:09:58 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 164 ************************************************** Saturday 09 August 2003 Number 164 ************************************************** Subjects for today 1 making a patch : Dave and Natalie" 2 Re: making a patch : Thomas E. Dickey" 3 Re: making a patch : Thomas E. Dickey" 4 Re: making a patch : Dave and Natalie" **= Email 1 ==========================** Date: Sun, 10 Aug 2003 14:18:08 -0800 From: "Dave and Natalie" Subject: making a patch What is the best command to create a patch? Dave **= Email 2 ==========================** Date: Sun, 10 Aug 2003 18:11:32 -0400 (EDT) From: "Thomas E. Dickey" Subject: Re: making a patch On Sun, 10 Aug 2003, Dave and Natalie wrote: > What is the best command to create a patch? diff -r -u old-directory new-directory -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 3 ==========================** Date: Sun, 10 Aug 2003 18:11:32 -0400 (EDT) From: "Thomas E. Dickey" Subject: Re: making a patch On Sun, 10 Aug 2003, Dave and Natalie wrote: > What is the best command to create a patch? diff -r -u old-directory new-directory -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 4 ==========================** Date: Sun, 10 Aug 2003 18:26:01 -0800 From: "Dave and Natalie" Subject: Re: making a patch On Sun, 10 Aug 2003 18:11:32 -0400 (EDT), Thomas E. Dickey wrote: >On Sun, 10 Aug 2003, Dave and Natalie wrote: > >> What is the best command to create a patch? > >diff -r -u old-directory new-directory Thanx Dave