- $ rm -f d1 d2 d1.diff ; printf '1\n2\n' >d1 ; cp d1 d2 ; printf '3\n' >> d2 ; diff -u d1 d2 | sed 's/d1/d2/g' >d1.diff ; patch -R -p0 <d1.diff
- patching file d2
- patch: **** Failed to set the owning group of file ./d2.oL0Iv8e : Permission denied
test: /bin/patch failure because owner/owner_group without domain suffix
Posted by Anonymous on Tue 18th Feb 2025 15:41
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.