Surprisingly relevant?
Surprisingly relevant?
Posted May 20, 2020 18:49 UTC (Wed) by geert (subscriber, #98403)In reply to: Surprisingly relevant? by Paf
Parent article: The state of the AWK
A long time ago, a colleague came to me for help doing search and replace in a very large file. His editor of choice was "xedit", and the search and replace operation seemed to hang, or at least took ages. I opened his file in "vi", which performed the same operation in the blink of an eye. Didn't even have to refrain to sed.
Lesson learned: "xedit" was written as a sample program for showing how to use the X11 Athena Widgets, it was never meant to be a production-level editor.
Posted May 20, 2020 20:19 UTC (Wed)
by NYKevin (subscriber, #129325)
[Link]
On the other hand, if you're doing a while read; do ...; done style thingy, then yes, it will be awful and slow. But I try to avoid that most of the time.
Surprisingly relevant?