Home
last modified time | relevance | path

Searched defs:HELP_echo (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/generated/
H A Dhelp.h581 #define HELP_echo "usage: echo [-neE] [args...]\n\nWrite each argument to stdout, with one space between each, followed\nby a newline.\n\n-n No trailing newline\n-E Print escape sequences literally (default)\n-e Process the following escape sequences:\n \\\\ Backslash\n \\0NNN Octal values (1 to 3 digits)\n \\a Alert (beep/flash)\n \\b Backspace\n \\c Stop output here (avoids trailing newline)\n \\f Form feed\n \\n Newline\n \\r Carriage return\n \\t Horizontal tab\n \\v Vertical tab\n \\xHH Hexadecimal values (1 to 2 digits)" macro

Completed in 5 milliseconds