Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15289
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | l@latitude.scarydevilmonastery.net |
| Newsgroups | gnu.bash.bug |
| Subject | bash man page lacks mention of case flipping |
| Date | Fri, 02 Aug 2019 19:49:58 +0200 |
| Lines | 24 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.601.1564770592.1985.bug-bash@gnu.org> (permalink) |
| References | <1564768198.030106.13333.nullmailer@latitude.scarydevilmonastery.net> |
| NNTP-Posting-Host | lists.gnu.org |
| X-Trace | usenet.stanford.edu 1564770593 841 209.51.188.17 (2 Aug 2019 18:29:53 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] |
| X-Received-From | 176.9.103.42 |
| X-Mailman-Approved-At | Fri, 02 Aug 2019 14:29:50 -0400 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <1564768198.030106.13333.nullmailer@latitude.scarydevilmonastery.net> |
| Xref | csiph.com gnu.bash.bug:15289 |
Show key headers only | View raw
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-2bxm7h/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security
uname output: Linux latitude 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5 (2019-06-19) x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.0
Patch Level: 3
Release Status: release
Description:
manual page of bash has (still) no mention of case flipping ( ${var~} and ${var~~}.
Repeat-By:
man bash
Fix:
Add descriptions to Case modification section:
${parameter~pattern}
${parameter~~pattern}
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
bash man page lacks mention of case flipping l@latitude.scarydevilmonastery.net - 2019-08-02 19:49 +0200
csiph-web