xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-test2
/
noglob1.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
v='*.tests'
2
[[ *.tests ]]; echo 1:YES:$?
3
[[ $v ]]; echo 2:YES:$?
4