Search Results

Search: Posts Made By: itkamaraj
1,378
Posted By itkamaraj
a=$(awk -F"[<>]"...
a=$(awk -F"[<>]" '/bytesDown/{a=1}a&&/integer/{if($3>3221225472){print "High";exit}}' plist.txt)
if [ "$a" = "High" ]
then
echo "Usage is High" | mailx -s "Usage is high" abcd@xyz.com
fi
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy