Module Three - Session 11: Command Line Interface pt.2

What will I be learning?

As you've seen there are a lot of commands that you can do within a BASH shell. Another great feature is that we can redirection. By this, we can take the output of one command and use it as the input of another command. We can also take the output of a command and create/append to a file. We will also learn how to locate files on our Linux system.

After this section I should be able to...

You should be able to use redirection and locate files on your Linux system.

What should I practice?

Practice these CLI (commandline interface) Commands:


Original webpage by Petersen Gross, modified by William Albritton.