Linux repeats the last run command
Execute a command that has just been executed:
!!
Execute the most recent command that begins with a specified string (such as man)
! man!m
Reference the last parameter of the previous command
! $,.
These are the details of how to repeat the last run command in linux, please pay attention to other related articles!