I loooove sed!
@Dan_Ramos @matthew This is the way! Awk is nice too!
Honestly, between awk and sed, I can often do almost everything most people want me to do with a more complicated programming language like Perl, Python, etc. I often just quickly shoot out a sed or awk one-liner to do the same thing they wanted in minutes and they keep wondering how the fuck I did that. Seriously?
@Dan_Ramos @matthew Yes, same here. I don't write long things in either of those languages. I have some magic formulas that I use from time to time, and that's it. But for that use case, they are brilliant!
@Dan_Ramos @matthew True. With commands, sed/awk, and pipes in the terminal, we can compose small programs more or less instantly. It only makes sense to save those in script if the task needs to be repeated.