Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: VAX FP: awk: floating point exception: Floating point overflow



David Brownlee <abs%absd.org@localhost> writes:

> Today's slice of VAX fun comes courtesy of this little fragment
>
> echo 12345678911234567892123456789312345678941234567895123456 \
> | awk '{split($0,a);print a[1]}'

I don't have a VAX with NetBSD handy at the moment, but from memory,
this should be fun, too:

echo 'nanotubes' | awk '{print $1}'

-tih
-- 
"The market" is a bunch of 28-year-olds who don't know anything. --Paul Krugman


Home | Main Index | Thread Index | Old Index