All pastes #329552 Raw Edit

Untitled

public text v1 · immutable
#329552 ·published 2007-01-26 21:05 UTC
rendered paste body
$ 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
$