From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v624) In-Reply-To: <1166089167.5435.43.camel@localhost.localdomain> References: <20061211154954.F1410@gollum.dev.gmi-mr.com> <1166089167.5435.43.camel@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Abhey Shah Subject: Re: [9fans] some snapshots of iwp9 Date: Thu, 14 Dec 2006 10:49:27 +0000 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: f47cfe10-ead1-11e9-9d60-3106f5b1d025 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: > Papers and photos are now available at the IWP9 site > > http://lsub.org/iwp9/ > >> Just put 'em on an FTP server somewhere. Nobody on this list owns a >> web >> browser, anyway :-) > > For those who don't own a web browser :) > > for (i in `{seq -f'img00%g' 0 50 | sed 's/00([0-9][0-9])/0\1/'}) > hget http://lsub.org/iwp9/album/$i.jpeg > $i.jpeg > > q > > >