Most of the text processing can be processed by awk and sed. Sed is non-interactive stream editor that allows you to specify all editing instructions…
Cron and anacron We all know cron is a job scheduler. Many admin uses crontab to manage scheduled task. It is also important to know…
Bash Options You can set bash option in two ways, with shopt or with set command. For example: Here is a list of options. I…