Summary
In this chapter, we looked at the concept of Input/Output redirection. It’s a simple concept, really. It just means that we either take input from somewhere other than the keyboard, or we send output to somewhere other than the terminal screen. We looked at the redirection operators, how to use them, and some of the pitfalls of using them incorrectly.
In the next chapter, we’ll look at ways to modify your shell environment. I’ll see you there.