On Mon, Dec 7, 2009 at 1:22 AM, M. David Peterson <[email protected]>wrote:

>
> $ wget http://xmlhacker.com/lessig-sites.txt && for site in `cat
> lessig-sites`; do echo $site >> headers; curl -I $site >> headers; done;
> more headers;
>

And just in case /that/ didn't work quite as expected, try this one instead:

$ wget http://xmlhacker.com/lessig-sites.txt && for site in `cat
lessig-sites.txt`; do echo $site >> headers; curl -I $site >> headers; done;
more headers;

;-)

-- 
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: [email protected] | [email protected]
Mobile: (206) 999-0588
http://3rdandUrban.com | http://amp.fm |
http://www.oreillynet.com/pub/au/2354 |
http://broadcast.oreilly.com/m-david-peterson/
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to