Journal drinkypoo's Journal: Downloading the CIA's Crown Jewels 4
While a few of the gems are missing from the crown (in the form of marked out passages) you can get the CIA's "crown jewels" documents, 701 pages of dirty tricks (although the most interesting is marked out completely, as usual) which were recently released - previously "EYES ONLY" documents. It only takes one command:
for i in `seq -w 1 701`; do wget http://www.foia.cia.gov/docs/DOC_0001451843/0001451843_0${i}.gif; done
I apologize for any misformatting courtesy slashdot. Suffice to say there are no spaces in the URL, but there are a dollar sign and a set of braces (it's a shell command, after all).
Re: (Score:2)
Re: (Score:1)