Why is this not doing as I expect?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Michael Havens
日付:  
題目: 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]$