Dumbed down patch command -


i issue patch command dumber default, cannot find right flags (if exist @ all).

i don't want create .rej or .orig files, not when patch fails. if patch fails i'd original files remain unchanged.

i don't want try guessing if patch reversed or not, or try matching lines before or after given in patch. if lines @ given line numbers not match, should fail.

i've tried -f -n -v never -r - --no-backup-if-mismatch, still backup files created , "fuzzy" matching tried.

run --dry-run -s , apply if doesn't report problems (you may able key off return code).

for disabling fuzz, need -f0


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -