Home > Operation and Maintenance > Linux Operation and Maintenance > How to repeatedly execute the last command run in linux

How to repeatedly execute the last command run in linux

王林
Release: 2020-04-30 10:08:51
Original
7618 people have browsed it

How to repeatedly execute the last command run in linux

Execute the command just executed:

!!
Copy after login

(Video tutorial recommendation: linux video tutorial)

Execute the latest one Commands starting with a specified string (such as man)

!man
!m
Copy after login

Reference the last parameter of the previous command

!$
<ESC>, .
Copy after login

Recommended tutorial: linux tutorial

The above is the detailed content of How to repeatedly execute the last command run in linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template