xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
subshell1.0
(revision 08ab34a06a9b0a84e979ff43f2d6f2d60fb37ed9)
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