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
For small amounts of data, the tool usually doesn't matter at all.
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.