Home > Article > Operation and Maintenance > How to repeatedly execute the last command run in linux
Execute the command just executed:
!!
(Video tutorial recommendation: linux video tutorial)
Execute the latest one Commands starting with a specified string (such as man)
!man !m
Reference the last parameter of the previous command
!$ <ESC>, .
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!