Search Results

Search: Posts Made By: wilsonee
949
Posted By Scrutinizer
It is just assigning a string. You could even...
It is just assigning a string. You could even leave out the quotes:
MAILDROP_GROUP=@@
949
Posted By pamu
varaible assignment.....
MAILDROP_GROUP="@@";
$ echo $MAILDROP_GROUP
@@
949
Posted By itkamaraj
why dont you try it in your system ? ...
why dont you try it in your system ?


bash-3.2$ MAILDROP_GROUP="@@";
bash-3.2$ echo $MAILDROP_GROUP
@@
7,241
Posted By agama
I'm not sure what you mean by 'traffic,' so I'll...
I'm not sure what you mean by 'traffic,' so I'll assume total bytes. If not, the technique can be applied to other measurements.

The output from netstat is a total count since 'the beginning of...
Showing results 1 to 4 of 4

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