Do Unix Tools Do One Thing Well

By Xah Lee. Date: . Last updated: .

Do Unix Tools Do One Thing Well?

Unix philosophy says “small is beautiful” and “do one thing well”, but vast majority of unix commands are not beautiful and doesn't do one thing well.

For example

Such examples happens everywhere in unix.

Unix shells is another example. It began with Bourne shell sh, then several tried to fix its shortcoming. bash, csh, tcsh, zsh, ksh. all in the 90s. and today (2025-06-04), we have fish shell, nushell, etc.

In trying to fix the whole shell bag, came the turd Perl .

Unix Shell

Why UNIX sucks series