Search Results

Search: Posts Made By: jayeshpatel
2,471
Posted By rdrtx1
a=50m echo ${a%m}
a=50m
echo ${a%m}
2,766
Posted By pamu
awk '{if($(NF-2) ~...
awk '{if($(NF-2) ~ /s/){gsub("s","",$(NF-2));if($(NF-2) > 30){print }}}' file
2,766
Posted By elixir_sinari
Use nawk instead of awk.
Use nawk instead of awk.
2,766
Posted By pamu
check your first post ... if value is greater...
check your first post ...
if value is greater than 30s..
then only you want to send mail ....
try with more than 30 :)
Showing results 1 to 4 of 4

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