[geeks] ksh for loop question

doctor obnox son of a bitch drobnox at visi.com
Sat May 11 11:45:15 CDT 2002


On Fri, May 10, 2002 at 08:05:10PM -0400, Brian Hechinger had the audacity to opine:
> On Fri, May 10, 2002 at 06:38:31PM -0500, doctor obnox son of a bitch wrote:
> > 
> >  cat file_list.txt| awk print '{wget "http://www.server.com/" $1}' | sh
> 
> nice.
> 
> -brian
> -- 

  Except it has a great big ugly typo:
  it should be 

cat file_list.txt| awk '{print "wget "http://www.server.com/" $1}' |sh


-- 
Here's that flapjack                      ........Eric J. Gustafson
Put it in your pocket, 'til I get back    .........................
Goin' downtown, to see a man              .........................
Ain't got time to shake your hand         .........drobnox at visi.com



More information about the geeks mailing list