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

Re: help with ~ as exclusion pattern operator



:  From: unpingco@xxxxxxxxxxxx (Jose Unpingco)
:  Date: Sun, 18 May 1997 09:08:50 -0700 (PDT)
:  X-Mailer: ELM [version 2.4 PL25]
:  Mime-Version: 1.0
:  Content-Type: text/plain; charset=US-ASCII
:  Content-Transfer-Encoding: 7bit
:  Resent-From: zsh-users@xxxxxxxxxxxxxxx
:  X-Mailing-List: <zsh-users@xxxxxxxxxxxxxxx> archive/latest/855
:  X-Loop: zsh-users@xxxxxxxxxxxxxxx
:  X-Loop: zsh-workers@xxxxxxxxxxxxxxx
:  Precedence: list
:  Resent-Sender: zsh-workers-request@xxxxxxxxxxxxxxx
:  
:  hi,
:  
:  I have a directory of files 
:  
:      ssp0.10coef1.txt
:      ssp0.20coef1.txt
:      ssp3299.txt
:      ssp3300.txt
:      ssp3301.txt
:      ssp3302.txt
:      sspeofproj.eps
:      sspgi1.txt
:      sspsamples.eps
:  
:  Why is it that when I do
:  
:  % ls ssp*t~*co*
Try:
% ls ssp*t*co*<TAB> 
Why are you using the '~' in the first place? 



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