echo1.0   [plain text]


# $FreeBSD: head/bin/sh/tests/builtins/echo1.0 305305 2016-09-02 21:13:46Z jilles $

# Not specified by POSIX.

[ "`echo -n a b; echo c d; echo e f`" = "a bc d
e f" ]