[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to match regex in bash? (any character)
From: |
Chet Ramey |
Subject: |
Re: How to match regex in bash? (any character) |
Date: |
Thu, 29 Sep 2011 11:38:06 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 |
On 9/29/11 9:48 AM, Peng Yu wrote:
> Therefore, either bash manpage should specify clearly which regex
> manpage it should be in each system (which a bad choice, because there
> can be a large number of systems), or the bash manpage should omit all
> the non consistent reference and say something like "see more details
> in info" or something else that is platform independent. Referring to
> regex(3) without any quantification is not a very good choice .
Why, exactly? regex(3) is the one thing that's portable across systems,
it happens to describe the interfaces bash uses, and it contains the
appropriate system-specific references. `info' is considerably less
portable and widespread than `man', so a man page reference is the best
choice.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/
- Re: How to match regex in bash? (any character), (continued)
- Re: How to match regex in bash? (any character), Roger, 2011/09/26
- Re: How to match regex in bash? (any character), Greg Wooledge, 2011/09/27
- Re: How to match regex in bash? (any character), Roger, 2011/09/27
- Re: How to match regex in bash? (any character), Chet Ramey, 2011/09/27
- Re: How to match regex in bash? (any character), Peng Yu, 2011/09/27
- Re: How to match regex in bash? (any character), Roger, 2011/09/28
- Re: How to match regex in bash? (any character), Chet Ramey, 2011/09/29
- Re: How to match regex in bash? (any character), Greg Wooledge, 2011/09/29
- Re: How to match regex in bash? (any character), Peng Yu, 2011/09/29
- Re: How to match regex in bash? (any character),
Chet Ramey <=
- Re: How to match regex in bash? (any character), Peng Yu, 2011/09/29
- Re: How to match regex in bash? (any character), Chet Ramey, 2011/09/29
- Re: How to match regex in bash? (any character), Roger, 2011/09/29
- Re: How to match regex in bash? (any character), Stephane CHAZELAS, 2011/09/30
- Re: How to match regex in bash? (any character), Roger, 2011/09/30
- Re: How to match regex in bash? (any character), Greg Wooledge, 2011/09/29
- Re: How to match regex in bash? (any character), Peng Yu, 2011/09/29
- Re: How to match regex in bash? (any character), Roman Rakus, 2011/09/29
- Re: How to match regex in bash? (any character), Greg Wooledge, 2011/09/29
- Re: How to match regex in bash? (any character), Chet Ramey, 2011/09/29