[In Linux]shell, the application of the anti-quote (')

Source: Internet
Author: User
The anti-quote bit (') is located above the TAB key of the keyboard, to the left of the 1 key. Note the difference between the single quotation mark (') on the left side of the ENTER key.

Anti-quote bit (') plays the role of command substitution in Linux . Command substitution refers to the ability of the shell to interpolate the standard output of a command anywhere on a command line.

As an example:

[Email protected]:~$ date2014 October 29 Wed 15:14:46 Cst[email protected]:~$ echo ' Date ' | Cut-d '  -f1-42014 Wednesday October 29

As you can see, the date command inside the anti-quote ' is executed first, and then the output of the date command is replaced with the corresponding location.

Very effective metacharacters, which are commonly used in the shell.




[In Linux]shell, the application of the anti-quote (')

Related Article

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.