Maintaining accurate date on a Linux system is one of the essential skills that any Linux user should have at their fingertips. The Linux date command is used to display and set the date and time settings on a Linux system.ย This
Read More
In our previous tutorial, we looked at the Linux head command and its example usages. The tail command is the complementary of the head command. It reads and prints out the last N lines in a file. Without any command options, it
Read More
The Linux head command reads and prints the first N lines to standard output. By default, it prints out the first 10 lines. However, this can be modified by passing additional arguments on the command-line. The โheadโ command is the opposite of
Read More