What will we learn?

By the end of this lesson you will have:

Recall

Let's continue!

The Lesson

Here's a few more interesting commands:

Inside most shells you can run programs after each other (asynchrounously) or at the same time (synchronously)

What was that vim command?

Reading & Writing Files

The basics of any OS is input and ouput (IO). As with anything, there are many tools designed to help with this in the shell.

Most people use less or cat


Last Lesson - BASH Commands