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.
You should be able to use redirection and locate files on your Linux system.
Practice these CLI (commandline interface) Commands:
Original webpage by Petersen Gross, modified by William Albritton.