Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: updates to ls(1), output, and Emacs "dired" mode



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


Home | Main Index | Thread Index | Old Index