Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15289 > unrolled thread

bash man page lacks mention of case flipping

Started byl@latitude.scarydevilmonastery.net
First post2019-08-02 19:49 +0200
Last post2019-08-02 19:49 +0200
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  bash man page lacks mention of case flipping l@latitude.scarydevilmonastery.net - 2019-08-02 19:49 +0200

#15289 — bash man page lacks mention of case flipping

Froml@latitude.scarydevilmonastery.net
Date2019-08-02 19:49 +0200
Subjectbash man page lacks mention of case flipping
Message-ID<mailman.601.1564770592.1985.bug-bash@gnu.org>
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}

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web