In earlier lessons we learned how to search for files using the Linux “find” command. We can actually search within files using the “grep” command. This video shows you how to search for words or terms within files using grep.
Tag Archives: Linux
Raspberry Pi Linux LESSON 15: Using the Linux Find Command
As you begin to write programs and build files, you will eventually need help in finding your files and folders. This is where the Linux “find” command comes in. In this video we explore use of the find command and demonstrate how use of find with wildcards and pipes creates a powerful combination.
Raspberry Pi Linux LESSON 14: Using Linux Tee and Pipe Command
We saw in earlier lessons how we can use Linux pipes to send the output from a command or program to another command or program. In this lesson we learn to use “tees” to send the output to multiple places.
Raspberry Pi Linux LESSON 13: Using Linux Pipes
Just as pipes are used in the real world to connect one tank to another, in Linux we can use pipes to connect one command to another. With a pipe, we can take the output of one command and “pipe” it to become the input of another command. Pipes are one of the really powerful techniques that can be used in Linux, and this video shows you how to use them.
Raspberry Pi with Linux LESSON 12: More about the Linux Path commands
A key to becoming an expert in Linux is mastering the technique of creating good path names to your files and folders. This lesson reviews material from earlier lessons, plus looks at some additional techniques for quickly getting to the file or folder you are looking for.