Prev | Software Development Tools in Unix | Next |
Applying diffs/patches
patch < foo.patch -p -E
Modifies the file with the old filename
Patch can have more than one diff in it
Pre-patch file is renamed as file.orig
Rejected parts of patch are renamed to file.rej
Prev | Copyright © 2004 SIPB |