On Tue, May 6, 2008 at 8:52 AM, Fred Schmidt <[EMAIL PROTECTED]> wrote:
>
> Ah, I got it to work by changing...
>
> spec ws = fs . substr f2 of w1 1.10 r 1-* n | sort 1.10 | substr 11-*

Right. The "substr" stage is fairly new. It's a bit cheaper than a
full "spec" stage. A popular alternative in this case would be "not
chop 10" to remove the first 10 byte.

 Rob

Reply via email to