zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: what is truth?
Date: Fri, 9 Oct 2015 21:26:23 -0700	[thread overview]
Message-ID: <151009212623.ZM5395@torch.brasslantern.com> (raw)
In-Reply-To: <561884F1.4030607@eastlink.ca>

On Oct 9,  8:24pm, Ray Andrews wrote:
} Subject: what is truth?

Please use an actual descriptive subject rather than faux philosophical
pondering.  Thanks.

} I don't have a clue what to make of ' <-> '.  What value
} would work?

<[X]-[Y]>
     Matches any number in the range X to Y, inclusive.  Either of the
     numbers may be omitted to make the range open-ended; hence `<->'
     matches any number.  To match individual digits, the [...] form is
     more efficient.


Also, not stated in the doc, but ranges of this sort are compared using
integer values so they are limited by the representable integers in the
local architecture.  If you really want to match an arbitrarily long
string of digits, you should setopt extendedglob and use [0-9]##.


  parent reply	other threads:[~2015-10-10  4:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09 22:09 "2004h" at the end of each prompt and "2004l" after pressing Enter on DragonFlyBSD console with zsh 5.1.1 Axel Beckert
2015-10-09 23:04 ` Bart Schaefer
2015-10-09 23:32   ` Axel Beckert
2015-10-09 23:41     ` Axel Beckert
2015-10-10  0:37   ` Oliver Kiddle
2015-10-10  0:59     ` Axel Beckert
2015-10-10  3:24       ` what is truth? Ray Andrews
2015-10-10  4:16         ` Kurtis Rader
2015-10-10  4:30           ` Ray Andrews
2015-10-10  4:47           ` Kurtis Rader
2015-10-10  4:25         ` Mikael Magnusson
2015-10-10  4:34           ` Ray Andrews
2015-10-10  4:26         ` Bart Schaefer [this message]
2015-10-10  4:52           ` Ray Andrews
2015-10-10  6:59         ` Phil Pennock
2015-10-11 13:54         ` Please don't hijack existing threads (was: what is truth?) Axel Beckert
2015-10-11 14:42           ` Please don't hijack existing threads Ray Andrews
2015-10-11 15:04             ` ZyX
2015-10-11 15:19               ` Ray Andrews

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=151009212623.ZM5395@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).