Mike Frysinger schrieb: >> When using the bash shell in an xterm or rxvt terminals at least, >> commands executed which start with a space, eg " ls" are not added to >> the command line history and so are not accessible by ctrl-p. > > this is by design > -mike
This is controlled by the HISTCONTROL and probably HISTIGNORE variables. Unless I misunderstood the question. J.