The echo is a built-in Linux command for printing text in the terminal. By default, this command adds a new line character. In some cases, it can be undesirable result...
Execution time of a code is amount of time spent by the system executing that code. Execution time is important when want to optimize a code. This tutorial shows how...
SHA-512 is a cryptographic hash function that can be used for verifying file integrity. For example, to check that the file has not been changed during transfer over the network...
The nano is a text editor which pre-installed in many Linux distributions. When working with text files, we can accidentally make mistakes by pressing anything. In this case undo and...
SHA-384 is a cryptographic hash function that can be used for file integrity verification. For example, to check that the file has not been altered during transfer over the network...
When working with filesystem in Linux, might be need to find and remove empty files and directories. This tutorial demonstrates how to do that in Linux.
Create few directories and...
When working with files processing in Linux, may be needed to get filename from given file path. This tutorial shows how to do that in Linux.
Linux has basename command...
The nano is a text editor that comes pre-installed in most Linux distributions. When working with text file, it's common to go to the end of a file. This tutorial...
Raspberry Pi Pico has onboard green LED which can be controlled via USB by sending commands from PC.
This tutorial shows example how to turn ON/OFF the onboard LED on...
Renaming a directory is one of the most basic operation that can be performed in the operating system. This tutorial demonstrates how to do that in Linux.
In Linux, directory...