]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/glob7.sub
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / glob7.sub
CommitLineData
8868edaf
CR
1# according to Posix 2.13.3, a slash in a bracket expression renders that
2# bracket expression invalid
3shopt -s nullglob
4
5echo 1: [qwe/qwe]
6echo 2: [qwe/
7echo 3: [qwe/]
8
9echo 4: [qwe\/qwe]
10echo 5: [qwe\/
11echo 6: [qwe\/]