From: James Edward Gray II Date: 2006-10-10T01:27:09+09:00 Subject: Re: Posix Pangrams (#97) On Oct 9, 2006, at 11:15 AM, Martin Coxall wrote: > On 10/9/06, camerooni@gmail.com wrote: >> I haven't found a solution with fewer repeated characters, but >> >> "zcat stty jobs cxref newgrp iconv cksum qhold" >> > > Isn't it supposed to use every letter? Which letters are missing? $ ruby -e 'puts(("a".."z").to_a - "zcat stty jobs cxref newgrp iconv cksum qhold".split(""))' $ James Edward Gray II