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?
patch
touch
patch will create new files if they were created in the patch file.
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
1 year ago
viewed
96 times
active
patchwill 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