In my previous article we had fun with Shell Scripts by automating birthday alerts via email. Using the same logic…
Tag Send
Shell scripting is one of the most entertaining ways to learn programming. Shell scripting is infact a programming language in…
We use the below procedure to ping hosts and based on availability send SMS to our team. The SMS is…
export MMSG=/tmp/$$.mail export ADDR=”shadab@easyoradba.com” export ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1 export ORACLE_SID=orcl file=/tmp/${$}_`date +%Y%m%d` sqlplus -s “/as sysdba” << .eof > $file set pages…
The below simple shell script will check all filesystems and create output file for only filesystems which are more than…
The Below Shell Script checks the Filesystem mount points and using AWK outputs all filesystem exceeding 90% space to a…