on Wed, Jan 30, 2002 at 08:57 PM +0200, Ian Balchin ([EMAIL PROTECTED]) wrote: > Hi, > > My commands are no longer recorded in .bash_history > > HISTFILE. HISTFILESIZE, & HISTSIZE are all set. > > What have i done? This is apparent in my user login, commands as > root are still recorded. > > Thanks for any tips.
Log out. The commands aren't saved until you exit your shell.
To test, you can also do:
$ bash # start a new shell with bash
$ some commands
$ exit #
$ cat ~/.bash_history # should show "some commands"
Peace.
--
Karsten M. Self <[email protected]> http://kmself.home.netcom.com/
What part of "Gestalt" don't you understand? Home of the brave
http://gestalt-system.sourceforge.net/ Land of the free
We freed Dmitry! Boycott Adobe! Repeal the DMCA! http://www.freesklyarov.org
Geek for Hire http://kmself.home.netcom.com/resume.html
pgp7iav32xINB.pgp
Description: PGP signature

