Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 420 Bytes
>>> import unix
The UNIX Philosophy, by Mike Gancarz

Small is beautiful.
Make each program do one thing well.
Build a prototype as soon as possible.
Choose portability over efficiency.
Store data in flat text files.
Use software leverage to your advantage.
Use shell scripts to increase leverage and portability.
Avoid captive user interfaces.
Make every program a filter.