BitComet as (simpler?) alternative to wget
Dominik Wujastyk
wujastyk at GMAIL.COM
Mon Feb 8 15:56:52 UTC 2010
In the bash shell I posted a little while ago, the first line should read
#!/bin/bash,
not
#!bin/sh
as I posted.
I shall be sending ten Euros to each of you who wrote to tell me of this
error (before today).
corrected version:
---------- cut here -----------
> #!/bin/bash
>
> # fetch Kapadia_Desc.Cat.Govt.Colls.MSS.BORI-Jaina
> # Literature and Philosophy XIX.1 Svetambara Works_1957
>
> for i in {00000001..397..1}
> do
> wget
> http://www.new.dli.ernet.in/data/upload/0048/903/PTIFF/$i.tif
> done
> ---------- cut here -----------
>
More information about the INDOLOGY
mailing list