Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 567 Bytes

File metadata and controls

16 lines (12 loc) · 567 Bytes

Unix Philosophy

SHELL PROMPT --- HOME --- WHAT IS SHELL SCRIPT

Philosophical approach to software development bsed on experience of leading developers of Unix.

  • Do one thing + Do it well.
  • Everything is a file.
  • Small is beautiful.
  • Store data + configuration in flat text file.
  • Use Shell Script to increase portablity.
  • Chain programs to increase levrage and portablity.
  • Portablity over efficiency.
  • Keep it simple + stupid (KISS)

Switching to login terminal -> Ctrl + Alt +F1