Unix
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
/dev/tty
is a synonym for the controlling terminal (if any) of the current process.
- Awesome lookback on history of UNIX.
- Simple Unix shell written in Rust.
()