Linux Terminal 101 - I/O Redirection of Standard Outputs - HakTip

  • 12 years ago
This week, we're learning about I/O Redirection. I/O stands for input/output and it lets you redirect the input and output of commands to and from files, and connect multiple command "pipelines". I'm also going to introduce some new commands we haven't covered yet in the next coming weeks.