Search text strings within files
Jun 11,91The grep command is used to search plain-text data. It can search a single file or a whole directory of files for …
Read MoreSort lines in a file
Jun 8,91You can use the sort command in the terminal in Raspbian to sort the lines of a text file. This command …
Read MoreGet help
Jun 8,91Raspbian includes thousands of terminal commands, each one with its own set of flags and options. Since it is impossible to …
Read MoreFile management
Jun 8,91You can use the terminal in Raspbian to manipulate files. In this section, we will describe some of the basic …
Read MoreDirectory management
Jun 8,91As you probably know, a directory is a file that stores other files. In Raspbian (and Linux in general), all …
Read MoreUseful terminal commands
Jun 8,91In this lesson we will cover some of the basic commands in the terminal. We will learn how to list the content …
Read More