After reading the Pipes and Filters Lesson, here is my attempt to get the core concepts of connecting commands by pipes
I’m attempting to show the concept of a program’s output, and how it is independent of the program itself - that it may be sent off to another program, and that the user’s screen and keyboard are just one more thing to plug in.