Search Results

Search: Posts Made By: sollin
73,843
Posted By sollin
val 1 value is 29
val 1 value is 29
73,843
Posted By sollin
unary operator overloaded error
#!/bin/sh
# TestMail1.sh: Sample Mail Script
val1= cut -c 27 filename
if [ $val1 -gt 25 ]
then
mail -s "$val1 is greater than 25" abc@rediffmail.com
fi

After executing above code i'm getting...
73,843
Posted By sollin
How to use mail,mailx command in Shell Script ?
Hi..

How can i use mailx,mail [COLOR=Blue]command in Shell Script.

Suppose i gave a condition that x value is above 25 send a mail alert to abc@rediffmail.com.

How can i do this?

Regards...
9,637
Posted By sollin
How to Send warning message to user
Hai..I have one question in unix Shell script.Following is the script

System Configuration: lcpu=4 mem=8192MB
kthr memory page faults cpu
-----...
Showing results 1 to 4 of 4

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