1.1-shell characteristics

Source: Internet
Author: User

!! Executes the previous command!cat executes the most recent command that starts with cat

Cat!$ Execute command, above one command last parameter defines alias for parameter alias

Unalias aliases alias alias is valid only in the current environment, the child shell takes effect and needs to be declared Explort.

Permanent entry, Edit home directory. BASHRC

Wildcard characters

* Match any number of characters? Match any single character

echo $HISTSIZE History command saves 1000 variables by default

Each user has a different history. Configuration files in the home directory. Bash_history

Pipe symbol | Command result before pipeline, command processing after handing to pipeline

redirect > Correct overwrite redirect >> correct append redirect (cannot redirect error result)

2> Error Overwrite redirect 2>> error append redirect

< reverse redirect (subsequent results are given to previous processing) For example: Wc-l < 1.txt

CTRL + Z pause process can use jobs to view a paused background process

FG Tuning background suspend process to foreground execution

BG Tuning background suspend process to background execution


1.1-shell characteristics

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.