Untitled
public text v1 · immutable$ history
1 history
$ a
bash: a: command not found
$ b
bash: b: command not found
$ a
bash: a: command not found
$ history
1 history
2 a
3 b
4 a
5 history
$
$ history
1 history
$ a
bash: a: command not found
$ b
bash: b: command not found
$ a
bash: a: command not found
$ history
1 history
2 a
3 b
4 a
5 history
$