seq 0 50 | awk ' { printf("hget http://lsub.org/iwp9/album/%02d.jpeg > %02d.jpeg\n", NR-1, NR-1) } ' | rc

Brazil please

maht

how about on a 9p server?

surely no need for sed:
 for (i in `{seq -w 0 50})
    hget http://lsub.org/iwp9/album/img0$i.jpeg >img0$i.jpeg
first person to figure out how to do it without using a dollar character gets to pick where iwp9 will be next year.

On 14 Dec 2006, at 09:39, esoriano wrote:




Reply via email to