xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
echo3.0
(revision 780fb4a2fa9a9aee5ac48a60b790f567c0dc13e9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
# Not specified by POSIX.
4
5
[ "`echo -e 'a\cb' c; echo d`" = "ad" ]
6