bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

${var/\#} no longer works


From: konsolebox
Subject: ${var/\#} no longer works
Date: Mon, 20 May 2024 02:04:45 +0800

Here's an output from devel branch bash and 5.2.26:

$ bash-99999 -c 'echo "$BASH_VERSION"; x="abc#xyz"; echo "${x/\#}"'
5.3.0(1)-alpha
abc#xyz
$ bash-5.2.26 -c 'echo "$BASH_VERSION"; x="abc#xyz"; echo "${x/\#}"'
5.2.26(1)-release
abcxyz


--
konsolebox



reply via email to

[Prev in Thread] Current Thread [Next in Thread]