zsh-users
 help / color / mirror / code / Atom feed
* difference between ~ & ^ negation
@ 2014-01-01 15:28 zzapper
  2014-01-01 21:44 ` Bart Schaefer
       [not found] ` <8lp61n01B02mHnv01lp8uc>
  0 siblings, 2 replies; 15+ messages in thread
From: zzapper @ 2014-01-01 15:28 UTC (permalink / raw)
  To: zsh-users

ls -lt **/*~*vssver.scc(.om[1,20])  # excluding vssver.scc 
ls -lt **/*.{js,php,css}~(libs|tmp|temp|test)/* # exclude directories from 
ls   EXTENDED_GLOB required

ls -lt **/^vssver.scc(.om[1,20])    #  excluding vssver.scc (simpler) 
ls -lt **/^(vssver.scc|*.ini)(.om[1,20]) # excluding vssver and any *.ini 

What are the advantages/differences between the two types of "ignore" ^ ~

zzapper

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-01-05 10:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-01 15:28 difference between ~ & ^ negation zzapper
2014-01-01 21:44 ` Bart Schaefer
2014-01-02 21:01   ` Peter Stephenson
2014-01-02 21:36     ` Bart Schaefer
2014-01-02 22:14       ` Peter Stephenson
2014-01-03  1:55       ` Mikael Magnusson
2014-01-03  7:37         ` Bart Schaefer
2014-01-03 19:48           ` Peter Stephenson
2014-01-03 20:10             ` Peter Stephenson
2014-01-03 21:43               ` Bart Schaefer
2014-01-04 21:11                 ` zzapper
2014-01-05 10:01                   ` Eike von Seggern
     [not found] ` <8lp61n01B02mHnv01lp8uc>
2014-01-03 20:56   ` how to shut off auto spell steve
2014-01-03 21:52     ` Bart Schaefer
     [not found]     ` <9ZwH1n01Z02mHnv01ZwLWZ>
2014-01-03 22:07       ` steve

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).