Standard Output? Standard Error? Standard Input? What do those terms even refer to?! Believe it or not, these concepts aren’t all that difficult to learn. In fact, data streams like these can give you even more control over what happens in your scripts. In this video, not only will these concepts be explained, but you’ll also see them in action!
-
Linux Crash Course – Data Streams (stdin, stdout & stderr)
In this episode of Linux Essentials, we’ll go over data streams. Specifically, Standard Output (stdout), Standard Input (stdin), and Standard Error (stderr). We’ll also take a look at how to redirect specific data streams, so you can easily separate errors from output.