Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Move command line options to start of line



Bart Schaefer wrote:
> Suppose instead that it's
> 
> zsh% ls -s *1 *3 -l
> 
> Then the result is supposed to be
> 
> zsh% ls -s -l -- *1 *3
> 
> I.e., you must know where to insert the "--" because you don't know
> whether *1 is going to return something beginning with a "-", and if
> you know where to put the "--" you know what to put to its left.

Aha, yes, that's a whole different ballgame, which I'm not playing.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author