Raspberry Pi

List processes in real-time

Jun 14,91

Like the ps command, the top command is used to list processes currently running on your system. But top has …

Read More

List running processes

Jun 11,91

A process is an instance of a running program. When you run a command in the terminal, a program is run …

Read More

Display last lines of a text file

Jun 11,91

The tail command is used to display (by default) the last 10 lines of a text file. It is useful …

Read More

Search for files

Jun 11,91

The find command is used to search for files in the directory tree starting from the specified location. It is …

Read More

Search text strings within files

Jun 11,91

The grep command is used to search plain-text data. It can search a single file or a whole directory of files for …

Read More

Sort lines in a file

Jun 8,91

You can use the sort command in the terminal in Raspbian to sort the lines of a text file. This command …

Read More
Geek University 2022