xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
subshell1.0
(revision 6574b8ed19b093f0af09501d2c9676c28993cb97)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
(eval "cd /
4
v=$(printf %0100000d 1)
5
echo \${#v}")
6
echo end
7