Post B6fTKyA8QAk76Q9TXs by h4890@merovingian.club
(DIR) More posts by h4890@merovingian.club
(DIR) Post #B6fJM88PpZm0mMGL3I by matthew@social.retroedge.tech
0 likes, 0 repeats
A comprehensive guide to the 'sed' stream editor program:https://www.grymoire.com/Unix/Sed.html#uh-0#CommandLine #terminal #Linux #sed #editor
(DIR) Post #B6fN8cWsQZZ6oBW9Ym by h4890@merovingian.club
0 likes, 0 repeats
@Dan_Ramos @matthew This is the way! Awk is nice too!
(DIR) Post #B6fNrWEMgyxgIyGgDo by h4890@merovingian.club
0 likes, 0 repeats
@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!
(DIR) Post #B6fTKyA8QAk76Q9TXs by h4890@merovingian.club
0 likes, 0 repeats
@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.