Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 4.58 KB

unix.md

File metadata and controls

49 lines (43 loc) · 4.58 KB

Unix is pretty amazing for many things.

I mostly love its philosophy of making small composable tools that do one thing and do it well.

Notes

  • /dev/tty is a synonym for the controlling terminal (if any) of the current process.

Links