Every Linux command that you execute on your terminal is stored by the shell (command interpreter) in a file called a history file or shell command history.| How to Run a Linux Command Without Saving It in History
In this article, we will explain how to configure time stamp information when each command in the Bash history was executed to be displayed with date and time.| Set Date and Time for Each Command You Execute in Bash History
Date command is an external bash program that allows to set or display system date and time. It also provides several formatting options.| How to Work with Date and Time in Bash Using date Command
In this article I will be going to explain advanced commands on grep for the Character Classes and Bracket Expressions in Linux /Unix like operating system.| 11 Advanced Linux ‘Grep’ Commands on Character Classes and Bracket Expres...
ls command is one of the most frequently used commands. I believe the ls command is the first command you may use when you get into the command prompt of Linux.| 20 Basic ‘ls’ Command Examples in Linux
Grep is the most powerful file pattern searcher that comes with every Linux distribution. In this article, I will cover some useful grep command examples.| 12 Practical Examples of Linux Grep Command
In this guide, we will discuss some most commonly used Linux commands that are useful for experienced sysadmin or a beginner.| Most Commonly Used Linux Commands You Should Know
This article aims at providing you a deep insight of Linux command 'pwd' (Print Working Directory) with practical examples.| 15 ‘pwd’ (Print Working Directory) Command Examples in Linux