I have a set of patch files that include newly created files. Is there a way to tell patch to create these files, or do I have touch each one manually?
patch
touch
will create new files if they were created in the patch file.