On 7/28/07, Bill Harris <[EMAIL PROTECTED]> wrote: > I just typed > > wget > http://ichart.finance.yahoo.com/table.csv?s=%5EGSPC&a=00&b=3&c=1950&d=06&e=28&f=2007&g=d&ignore=.csv > > into bash (using cygwin), ...
You should put the url in quotes. Otherwise, it will get truncated before the first & (since & is a kind of command delimiter in bash). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
