Monitor RAM utilization on Server using Shell Script Penguin Technology - 22:42 1 Edit This tutorial will help you to find out RAM utilization on linux server using shell scripting. you can deploy this script on your producti...
Monitor Disk space using shell script Penguin Technology - 19:19 0 Edit This script will help you to monitor disk space of your production server when it reach the set threshold limit, So that you could take in...
command to find keyword from file Penguin Technology - 21:49 0 Edit grep command to find keyword from file # cat test 192.168.0.1 192.168.0.2 192.168.0.3 Syntax: grep “pattern” file_name # g...
Sed command delete pattern match keyword from file Penguin Technology - 21:39 0 Edit # cat emaillist shahzad@example.com shahzad.in@example.com shahzad.out@example.com alam@example.com alam.out@example.com alam....