man > echo(1)

📖 NAME

echo - display a line of text

🚀 Quick Reference

Use Case Command Description
📝 Print a simple message echo "Hello, World!" Displays the string followed by a newline.
🔇 Suppress trailing newline echo -n "No newline" Outputs text without adding a newline at the end.
➕ Interpret escape sequences echo -e "Line1\nLine2" Enables interpretation of backslash escapes like \n.
🔤 Print multiple strings echo "one" "two" "three" Concatenates strings separated by spaces.
🔧 Enable interpretation explicitly echo -e "Tab\there" Uses -e to process escape sequences (e.g., \t).

📋 SYNOPSIS

echo [SHORT-OPTION]... [STRING]...
echo LONG-OPTION

📝 DESCRIPTION

Echo the STRING(s) to standard output.

🔧 Escape Sequences

If -e is in effect, the following sequences are recognized:

NOTE: your shell may have its own version of echo, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports.

👤 AUTHOR

Written by Brian Fox and Chet Ramey.

🐛 REPORTING BUGS

GNU coreutils online help: https://www.gnu.org/software/coreutils/
Report any translation bugs to https://translationproject.org/team/

ÂŠī¸ COPYRIGHT

Copyright Š 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

📚 SEE ALSO

Full documentation https://www.gnu.org/software/coreutils/echo
or available locally via: info '(coreutils) echo invocation'

echo(1)
📖 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION
🔧 Escape Sequences
👤 AUTHOR 🐛 REPORTING BUGS ÂŠī¸ COPYRIGHT 📚 SEE ALSO

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-31 00:59 @216.73.217.152
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format