| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Apr 2 at 11:39 | |
| stats | profile views | 2 |
|
Apr 23 |
awarded | Popular Question |
|
Apr 2 |
awarded | Scholar |
|
Apr 2 |
accepted | top not working |
|
Mar 14 |
comment |
top not working Good One !!!! gr8 Stephane !!! you rock !!! Thanks for the help !!! |
|
Mar 14 |
comment |
top not working It's an empty file and /usr/bin/head also not worked for me ..Still the file is blank... ANy other way |
|
Mar 14 |
comment |
top not working Nothing its blank :( |
|
Mar 14 |
comment |
top not working */5 * * * * /usr/bin/top -n1 | head -10 >>/tmp/load.txt |
|
Mar 14 |
asked | top not working |
|
Dec 2 |
comment |
Shell script to increment count of entries Thanks Darkheart... What -eq 0 stands for as I am looking for to reset counter to 0 once it sends an email. Will this help ? |
|
Nov 30 |
comment |
Shell script to increment count of entries Thanks for the reponse but its not clear to me ....Could you please explain on script...for example we have already i dentified country for respective down event now that is the only input ,so if 5 down event from same country... x="$country" count=0 for device_count in $x do count= expr $count + 1
echo "Country_[$device_count] count $count"
if [ count -eq 5 ]; then
echo "email to be sent "
fi
done |
|
Nov 30 |
asked | Shell script to increment count of entries |