List processes in real-time
Jun 14,91Like the ps command, the top command is used to list processes currently running on your system. But top has …
Read MoreList running processes
Jun 11,91A process is an instance of a running program. When you run a command in the terminal, a program is run …
Read MoreDisplay last lines of a text file
Jun 11,91The tail command is used to display (by default) the last 10 lines of a text file. It is useful …
Read MoreSearch for files
Jun 11,91The find command is used to search for files in the directory tree starting from the specified location. It is …
Read MoreSearch 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 More