I am trying to apply patches for multiple files. These files are present in different directories at different levels in a top-level directory. The directory structure is same for the patch files also.
Is there any way in which I can apply all patches at once?
I'm applying them individually using patch -p1 command.