xref
: /
busybox-1.35.0
/
shell
/
ash_test
/
ash-parsing
/
bkslash_newline3.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
for s in \
2
a; do
3
echo "a:[$s]"
4
done
5