Show Next Few Lines With Grep
**Showing next few lines with grep** Now and then I have to find some information in text files – logs, config files, …
**Showing next few lines with grep** Now and then I have to find some information in text files – logs, config files, …
**Showing symlink destination** Back to basics day: a very simple tip on working with one of the most useful things …
Removing files and directories is a very common task, so in some environments support engineers or …
Last night I finished a fun mini project as part of Unix Tutorials Projects. I have writted a basic enough script that …
Keyboard Trigger for Keyboard Backlight I didn’t take me long to start wondering if there was a way to control …
If you’re using CentOS, Fedora or Red Hat Linux, you are probably familiar with the yum package manager. One of …
Part of managing any Unix system is keeping an eye on the vital log files. Today I was discussing one of such scenarios …
Although I’ve already shown you how to sum numbers up in bash, I only covered the bash way of doing it. I really …
If you’re ever thought of summing up more than two numbers in shell script, perhaps this basic post will be a good …
When I was writing a post about using date command to confirm date and time in your Unix scripts, I made a note in my …