bug-bash
[Top][All Lists]
Advanced

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

Setting nullglob causes variables containing backslashes to be expanded


From: Mohamed Akram
Subject: Setting nullglob causes variables containing backslashes to be expanded to an empty string
Date: Tue, 6 Aug 2019 18:18:27 +0000

Bash version: GNU bash, version 5.0.7(1)-release (x86_64-apple-darwin18.5.0)

Example:

shopt -s nullglob
a='\x30'
echo $a

Expected output:

\x30

Actual output:



reply via email to

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