Am 19.07.2015 um 20:00 schrieb Ben Walton:
-       sed -e s/CHANGE_ME/change_me/ <file >file+ &&
+       perl -pne "s/CHANGE_ME/change_me/" file >file+ &&

Did you mean '-lpe' or better '-pe' here?

-- Hannes

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to