AWS Linux ターミナルでは、履歴コマンドを実行するたびに数字が変更されます。

AWS Linux ターミナルでは、履歴コマンドを実行するたびに数字が変更されます。

これにより、前のコマンドを番号として参照できません。

$ history | tail -3
 6691  git push -f
 6692  history
 6693  history | tail -3
s4dad\patrant@a-48265ltymm4y:~/eyp-source/d8 (feature/EYP-12393-add-results-date-as-a-round-parameter =)
$ history | tail -3
 6740  git push -f
 6741  history
 6742  history | tail -3
s4dad\patrant@a-48265ltymm4y:~/eyp-source/d8 (feature/EYP-12393-add-results-date-as-a-round-parameter =)
$ history | tail -3
 6789  git push -f
 6790  history
 6791  history | tail -3

なぜこれが起こり、解決策を知っている人がいますか?

ベストアンサー1

おすすめ記事