I have a set of patch files, which include newly created files. Is there a way to tell patch to create those files or do I have to touch each one manually?

link|improve this question

patch will create new files if they were created in the patch file. Can you give more detail of what is not working? – retracile Aug 2 '10 at 19:38
feedback

1 Answer

patch will create new files if they were created in the patch file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.