Echo usage in Linux

Source: Internet
Author: User

Echo usage in Linux

1. The echo command has two common options:-N, Indicating that the output is not followed by a line break. The other is-E, Indicating that the escape characters are processed in the corresponding way.-EThe escape characters are processed by common characters.

2. escape characters in echo output
\ BRemoves the leading space.
\ NLine feed
\ THorizontal Tab
\ VVertical Tab
\ CThe characters After \ c will not be output, and will not wrap after the output is complete.
\ ROutput carriage return (but you will find that the character before \ r is missing)
\Indicates that a warning sound is output.

3. redirection in echo
You can output the content to a file instead of a standard output.

Echo "hello world! "> Test1.tmp

This article permanently updates the link address:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.