xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
echo3.0
(revision 792bbaba989533a1fc93823df1720c8c4aaf0442)
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