On Sat, Feb 22, 2014 at 01:56:05PM -0800, Paul Goyette wrote:
> On Sat, 22 Feb 2014, Patrick Welche wrote:
> 
> >Maybe I had better be more explicit:
> >
> >$ ls
> >one   three two
> >$ ls | more
> >.
> >.
> >.
> >$
> >
> >That is very "different"...
> 
> What does "ls -1" give?

$ ls -1
one
three
two
$

as you would expect... however

$ ls -1 | more
.
.
.
$ ls -w
.     .     .
$ 

P

Reply via email to