Bash's shortcut keys

Source: Internet
Author: User
Tags clear screen

Linux default Shell is bash, skilled use of the following shortcuts will improve the operation of bash a lot of benefits, of course, if you are an Emacs user, you will find that many of their operations are the same.

These shortcut keys are:
Ctrl + A: The cursor moves to the beginning of the line.
Ctrl + E: The cursor moves to the end of the line.
Ctrl + L: Clear screen.
Ctrl + U: Clears all content before the cursor to the beginning of the line.
Ctrl + H: Same as backspace key.
Ctrl + R: Search for commands you've played before.
Ctrl + C: kills the current process.
Ctrl + D: Exits the current Shell.
Ctrl + Z: Transfers the current process to the background and resumes with the ' FG ' command.
Ctrl + W: Remove a word before the cursor
Ctrl + K: Clears the contents of the cursor to the end of the line.
Ctrl + T: Swap the two characters before the cursor position.
ESC + T: Swap two words before the cursor position.
Alt + F: Moves the cursor forward one word in the current line.
Alt + B: Moves the cursor backward one word in the current line.
Tab: Automatically fill out commands

Bash's shortcut keys

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.