From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <45813899.3070303@proweb.co.uk> Date: Thu, 14 Dec 2006 11:42:17 +0000 From: Matt User-Agent: Thunderbird 1.5.0.7 (X11/20061023) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] some snapshots of iwp9 References: <20061211154954.F1410@gollum.dev.gmi-mr.com> <1166089167.5435.43.camel@localhost.localdomain> <458135A4.4040600@proweb.co.uk> In-Reply-To: <458135A4.4040600@proweb.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f4883f78-ead1-11e9-9d60-3106f5b1d025 oops I meant %03d seq 0 50 | awk ' { printf("hget http://lsub.org/iwp9/album/%03d.jpeg > %03d.jpeg\n", NR-1, NR-1) } ' | rc I still call Brazil though > 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. >> >> > >