> echo foo.bar.VALUE.baz.lala | awk -F. '{ print $(NF-2); }'
>
>
excellent - just what i needed
thanks
Mon Jun 8 09:56:09 UTC 2009
Tom Brown <tom at ng23.net>
> echo foo.bar.VALUE.baz.lala | awk -F. '{ print $(NF-2); }'
>
>
excellent - just what i needed
thanks