Linux Learning 5

Source: Internet
Author: User

The shell I'm using for Ubuntu comes with bash.

quotation marks in 1.bash

': (single quote) What is the output of a strong reference?

"; (double quotes) Weak references are variable substitution

·; (Anti-quote) command replacement

2.echo

-N No Line break

-E will escape the output after \ t \ n

echo "Hello\tworld" output Hello\tworld echo-e "Hello\tworld" Hello World

3.shell can have a child shell, in a new process, and open a new shell

The variable is valid only for the current shell and is not valid for the child shell.

4. Declaring a variable

Declare-i declared as Cosmetic

Declare-a declaring an array

5. Referencing variable values

${age}

Undo Variable

Unset age

Read-only variables

ReadOnly age=23

  

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.