The difference between single quotes, double quotes, and no quotation marks in a Linux shell

Source: Internet
Author: User

Single quotes:

What you see is what you get: The contents of the single quotation mark are output as-is, or what you see in single quotes is what you output.

Double quotes:

Output The contents of the double quotation marks: If there are commands, variables, etc. in the content, the variables, commands are parsed out and then the final content is output.

the command or variable is written as ' command or variable ' or $(command or variable) in double quotation marks .

No quotation marks:

output of the content, may not be a string containing a space as a whole output, if the contents of the command, variables, etc., will first parse the variables, commands, and then output the final content, if the string with a space and other special characters, it can not be fully output, Double quotation marks are required, generally consecutive strings, numbers, paths, etc. can be used, but it is best to use double quotation marks instead.

This article is from "A Little Rookie" blog, please be sure to keep this source http://aresxin.blog.51cto.com/4734097/1602629

The difference between single quotes, double quotes, and no quotation marks in a Linux shell

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.