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
Post a Comment