How Show Values In A File Higher Than A Certain Th
threshold=<value_you_want_to_see_higher>
cat sa21-* | awk -v threshold="$threshold" '$3 > threshold'
threshold=<value_you_want_to_see_higher>
cat sa21-* | awk -v threshold="$threshold" '$3 > threshold'