コマンドラインの履歴です。 詳しくはこちら: https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html.
history
zsh
では20個目から始まるすべてのコマンドを表示する):history {{20}}
bash
シェルに対してのみ):history -c
bash
シェルのコマンド履歴で上書きする (履歴を削除するために history -c
と組み合わせることがよくあります):history -w
history -d {{オフセット}}