Closed milahu closed 8 months ago
any fool can make things more complex...
seriously, what the fuck? was this not complex enough?
substituteInPlace source.txt \ --replace "findme" "newsource"
how about
substituteInPlaceYeahReallyImPrettySureIWantThatMmmmkay source.txt \ --replace-yeah-really-thanks-for-asking-youre-so-polite-aww "findme" "newsource"
i guess i will just use sed for simple replacements
sed
sed -i 's/findme/newsource/g' source.txt
actually, this is a good change. more verbose, but meh
any fool can make things more complex...
seriously, what the fuck? was this not complex enough?
how about
i guess i will just use
sed
for simple replacements