[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nohup output file
From: |
Johannes Findeisen |
Subject: |
Re: nohup output file |
Date: |
Fri, 27 Apr 2007 15:29:49 +0200 |
On Fri, 2007-04-27 at 14:55 +0200, Noah Heusser wrote:
> Hi
Hi,
> Sorry, i have no idea how to create a pach file.
You could create a patch with the "diff" command:
address@hidden:~/Desktop> diff -uN nohup.orig.c nohup.c > nohup.c.patch
To apply the created patch to a file use "patch":
patch -p1 < nohup.c.patch
I have attached a patch for your code.
Regards
Johannes
nohup.c.patch
Description: Text Data