Why is this not doing as I expect?

Michael Havens plug-discuss@lists.plug.phoenix.az.us
Fri, 14 Feb 2003 11:52:45 -0700


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]$