Unix philosophy

0001-01-01

The Unix philosophy is a philosophy originating with Ken Thompson that takes a minimalist and modular approach to developing software tools.

Basically, the philosophy asserts that tools should do one thing, and one thing well, and be designed with the intent of being able to be pipelined.

https://en.wikipedia.org/wiki/Unix_philosophy


Links to this note