
13 Jan
2014
13 Jan
'14
6:19 a.m.
This does it: curl -Ss "https://googledrive.com/host/0B2KTxndVFSKuSjZKTDRaTlpJcmM/"|sed 's`<a href`\n<a href`g'|sed 's`</a>.*``; s`>.*$``; s`^<a href="`wget -c "https://googledrive.com`'|grep ^wget > a.a;chmod +x a.a; ./a.a;rm a.a [all a single line] A little more thinking and I'm sure it could be greatly improved, but I'm getting the files fine. Cheers A.