Linux Basic Learning -10.1-Special symbols-category explanation

Source: Internet
Author: User

1. REDIRECT Symbol

01, > Output redirection first empty the file, append

02, >> Append output redirect Append

03. < input redirection and Xargs TR

04. << Additional Input redirection

Cat appends multiple lines to a file.

Cat >>/oldboy/alex.txt<<eof

Love Me, Love my dog.

Love Li, Love li ' s dog.

Eof

2, the position of the

01,. (point) Current directory

02,.. Current directory Top level directory

03, ~ Current user's home directory

3. Special symbols

01. # Note The root user's command prompt

02. The contents of the variable (command line) take a column (awk) a command prompt for a normal user

03,! Find the most recently used command and then perform find exclude/Take back awk to remove vim enforcement

History \|grep awk

04, | Pipeline

; Split multiple commands.

4. Quotation mark Series

01, "$ ()

02, "What you see is what you get, show it intact."

03, "" Analysis of special symbols

5. Simple Judgment

01, && Previous command executed successfully, execute the following command

Ifdown eth0 && ifup eth0

02, | | Previous command execution failed, execution of subsequent command

Ls/alex \|\| The echo directory does not exist

Exercises:

All the special symbols and meanings of dictation

Linux Basic Learning -10.1-Special symbols-category explanation

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.