Something useful???
awk 'BEGIN {start=0} /MY_PORTION_END/ {start=0} {if (start == 1) print} /MY_PORTION_START/ {start=1}' patch.diff | patch -p 1
No comments :
Post a Comment