With our: ``` ./target/debug/coreutils echo -- 'foo' foo ``` with GNU: ``` /usr/bin/echo -- 'foo' -- foo ``` Tested by tests/misc/echo.sh