acmumn / unix-slides

The slides for the ACM Unix Classes.
0 stars 0 forks source link

RE: Pipes #1

Open 602p opened 6 years ago

602p commented 6 years ago

My only major input is I would like to see more theory before the application. stdin and stdout won't be very useful w/o the concept of pipes, file descriptors, etc. This also means that you can go "and here's way that the system you are using right now is architected using this (terminal emulator -> bash -> ssh -> server -> bash -> program)".

602p commented 6 years ago

But the practical looks :+1: