Bash command shortcut, Linux common to the command line

Source: Internet
Author: User
Tags clear screen delete key
Some shortcut keys for the bash command line:

Ctrl +a: Jump to the beginning of the command

Ctrl+e: Jump to the end of the command line

Ctrl+d: Delete key

Ctrl+u: Delete cursor to the beginning of command

CTRL +K: Delete cursor to end of command line

Ctrl+l: Clear Screen

Historical History Command:

-C: Clear all inside commands

-d:history-d 10 Deletes the 10th command in the history command. history-d 10 20 Delete a total of 20 commands for the tenth command

-W: Save the command to the history file

!n: Execute command History total nth command

!-n: Executes the last nth command in the history command

!! : Execute the command you just executed

!string: The last command in the execution history that starts with a string

!$: Referencing the last parameter of the previous command

Alias command

Alias can implement a shorter name to define shell commands.

Basic usage of alias: alias aliases = ' Command-options '

EXAMPLE:WL equivalent to Wc-l

Definition: Alias wl= ' Wc-l '

If you use this command all the time, you can place it in a. bashrc file, in the source ~/.BASHRC.

Bash command shortcut, Linux common to the command line

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.