Re: [Clfs-dev] Download utility for final system

2012-09-03 Thread William Harrington
On Sep 2, 2012, at 22:04 PM, William Harrington wrote: Or use the host used to build the final system and use this wget.pl with the LWP installed on the host: which means the host system requirements would need perl with LWP: Actually the host wouldn't need WLP, the user would need to

Re: [Clfs-dev] Download utility for final system

2012-09-03 Thread William Harrington
On Sep 3, 2012, at 09:45 AM, William Harrington wrote: On Sep 2, 2012, at 22:04 PM, William Harrington wrote: Or use the host used to build the final system and use this wget.pl with the LWP installed on the host: which means the host system requirements would need perl with LWP:

Re: [Clfs-dev] Download utility for final system

2012-09-03 Thread William Harrington
On Sep 2, 2012, at 22:04 PM, William Harrington wrote: use gnu awk: BEGIN { NetService = /inet/tcp/0/mirror.anl.gov/80 print GET /pub/gnu/wget/wget-1.14.tar.xz | NetService while ((NetService | getline) 0) print $0 close(NetService) } Then run gawk -f http.gawk binaryfilename