I'm confused as to "floating point integer" - that seems an oxymoron. It's floating point or integer, no?
In any case the ifInOctets is a Counter32 type which is an integer so I don't think the floating point issues comes up at all.
Instead of "...| awk {'print $4'}", you could use:
...| perl -ane 'print $F[3]'
In reply to Re: simple awk feature in perl
by VinsWorldcom
in thread simple awk feature in perl
by jasonwolf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |