Why is this not doing as I expect?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Michael Havens
Date:  
Subject: Why is this not doing as I expect?
I'm expecting it to sort and then write to file 'sort-test'.
--=20
:-)~Mike~(-:

On Friday 14 February 2003 11:27 am, David Mandala wrote:
> Not sure what you are expecting but it's what I would be expecting f, g=

,
> then m. What were you expecting?
>
> On Fri, 2003-02-14 at 11:21, Michael Havens wrote:
> > Or am I expecting the wrong thing?
> >
> > [bmike1@localhost bmike1]$
> > [bmike1@localhost bmike1]$ sort > sort-test
> > gosh apple time tully
> > free freedom
> > more sort-test
> > <cntrl-D>
> > [bmike1@localhost bmike1]$ more sort-test
> > free freedom
> > gosh apple time tully
> > more sort-test
> > [bmike1@localhost bmike1]$