Lines Matching full:backspace
517 #define HELP_echo "usage: echo [-ne] [args...]\n\nWrite each argument to stdout, with one space between each, followed\nby a newline.\n\n-n No trailing newline.\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)\n\n"