All Content

  • Bash Scripting on Linux (The Complete Guide) Class 11 – Data Streams

    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!

    YouTube player
  • Bash Scripting on Linux (The Complete Guide) Class 10 – Where to Store Scripts

    So at this point, you’ve written a ridiculous number of scripts and these files are all over your hard drive. Wouldn’t it be cool if there was a central place to store these? Well, there is – the Linux filesystem has designated places for these kinds of things. And that’s what we’ll take a look at in this video.

    YouTube player
  • Bash Scripting on Linux (The Complete Guide) Class 09 – For Loops

    If you want to perform a task against each item in a set, for loops are a good way to do that. But how do you set these up? How can you leverage looping in a Bash script? What is the meaning of life? Well, LearnLinuxTV can’t help you figure out that last point, but with this video you’ll absolutely learn all about for loops!

    YouTube player