Introduction
Statistics
Contact
Development
Disclaimer
Help
infinitelyremote.com home page
{
sym = $1;
date = $2;
last = $3;
high = $4;
low = $5;
vol = $6;
printf "%s %6s%9s%9s%9s%9s%9s%7s%7s%7s\n", \
date,sym,last,high,low,"0.00",vol,"0.00","0.00","0.00";
}