Hi Artyom, Artyom Bologov wrote:
I'm using ed for scripting text modification lately. And what often bugs me is that scripting is so inconvenient with ed.
Have you considered using sed? sed -i -f script.txt input.txt You may then alias (s)edscript as Alexander suggested: alias sedscript='sed -i -f' Best regards, Antonio.