bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: ls dir -t dir


From: Paul Jarc
Subject: Re: ls dir -t dir
Date: Mon, 24 Sep 2001 23:38:42 -0400
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

Dan Jacobson <address@hidden> wrote:
> but if
> $ ls dir1 -t dir1
> does not produce the same as
> $ ls dir1; ls -t dir1
> and instead just produces the same as
> $ ls -t dir1 dir1
> then it seems broken, and the simple fix would not to allow options
> after args...

But if
$ ls dir1 -t dir1
does not produce the same output as
$ ls -t dir1 dir1
and instead just produces the same output as
$ ls dir1; ls -t dir1
then it seems broken, and the simple fix would not to allow options
after args.

Both interpretations are useful.  Your preferred interpretation is
more expressive, and it would probably be the better choice in a
vacuum, but changing it now might break existing code that uses ls and
expects the existing behavior.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]