notes/os/shells/history/sh-history.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

16 строки
325 B
Plaintext

history
show the last portion of the history
history 1
show the entire history
!!
recall previous command from history
this is the same as !-1
!^
first argument on the cmd-line (useful for aliases)
Note: this is not a command itself
!?
expand the last command last argument
2021
https://linuxiac.com/history-command/