πΎ Archived View for gmi.noulin.net βΊ unixKoans βΊ shell-tools.gmi captured on 2024-08-19 at 03:49:09. Gemini links have been rewritten to link to archived content
β¬ οΈ Previous capture (2023-01-29)
-=-=-=-=-=-=-
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Master Foo and the Shell Tools
A Unix novice came to Master Foo and said: βI am confused. Is it not the Unix way that every program should concentrate on one thing and do it well?β
Master Foo nodded.
The novice continued: βIsn't it also the Unix way that the wheel should not be reinvented?β
Master Foo nodded again.
βWhy, then, are there several tools with similar capabilities in text processing: sed, awk and Perl? With which one can I best practice the Unix way? β
Master Foo asked the novice: βIf you have a text file, what tool would you use to produce a copy with a few words in it replaced by strings of your choosing?β
The novice frowned and said: βPerl's regexps would be excessive for so simple a task. I do not know awk, and I have been writing sed scripts in the last few weeks. As I have some experience with sed, at the moment I would prefer it. But if the job only needed to be done once rather than repeatedly, a text editor would suffice.β
Master Foo nodded and replied: βWhen you are hungry, eat; when you are thirsty, drink; when you are tired, sleep.β
Upon hearing this, the novice was enlightened.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Master Foo and the Old HandΒ Β Master Foo and the Nervous Novice