> echo foo.bar.VALUE.baz.lala | awk -F. '{ print $(NF-2); }' > > excellent - just what i needed thanks _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos
> echo foo.bar.VALUE.baz.lala | awk -F. '{ print $(NF-2); }' > > excellent - just what i needed thanks _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos