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: Dan Jacobson
Subject: Re: ls dir -t dir
Date: 25 Sep 2001 07:50:48 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Miles" == Miles Bader <address@hidden> writes:

Miles> Dan Jacobson <address@hidden> writes:
>> If ls insists on acting like I said ls -t mapping mapping, then you
>> might as well disallow options after arguments.

Miles> What would be the point of that?  It's useful for users to be able to
Miles> specify options wherever they please.

I can't really express my problem in words, but I know options
interspersed with arguments do have meaning sometimes:
$ command arg arg -i infile -o outfile arg
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... hmmm, wc seems to also do funny things.  cat too... uh
oh, maybe they all do this :-(  when did this start?
-- 
http://www.geocities.com/jidanni Tel+886-4-25854780



reply via email to

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