Consider the following example :
$ls base.txt base-modified.txt $diff base.txt base-modified.txt > diff.txt $rm base-modified.txt $
I want the base-modified.txt from base.txt and diff.txt... Can anyone suggest a way ?
You can use patch.
cp base.txt base-modified.txt patch base-modified.txt diff.txt
man patch
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
2 months ago
viewed
30 times
latest activity