$ echo $BASH_VERSION
5.1.4(1)-release

Usuń z historii ostatnią komendę:

$ history -d -1

Usuń ostatnie 5 linii:

$ history -d -5--1

Refs