zsh-users
 help / color / mirror / code / Atom feed
From: zzapper <david@rayninfo.co.uk>
To: zsh-users@zsh.org
Subject: difference between ~ & ^ negation
Date: Wed, 1 Jan 2014 15:28:00 +0000 (UTC)	[thread overview]
Message-ID: <XnsA2A89D5B3B275davidrayninfocouk@80.91.229.13> (raw)

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



             reply	other threads:[~2014-01-01 15:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-01 15:28 zzapper [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=XnsA2A89D5B3B275davidrayninfocouk@80.91.229.13 \
    --to=david@rayninfo.co.uk \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).