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

왜 이런 일이 발생하고 해결 방법을 아는 사람이 있습니까?

관련 정보