.. index:: echo (command) .. _command_echo: echo - echo args to console =========================== Usage ^^^^^ ``echo [-neao] STRING`` Synopsis ^^^^^^^^ Display a line of TEXT on the console. Options ^^^^^^^ -n do not output the trailing newline -e recognize escape sequences -a FILE append to FILE instead of using stdout -o FILE overwrite FILE instead of using stdout .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/echo.c .. command function: do_echo