Cant find .bash_history file in my home directory. Where is it?
echo $HISTFILE
says
/home/iam/.bash_history
But there is no such file.
Cant find .bash_history file in my home directory. Where is it?
echo $HISTFILE
says
/home/iam/.bash_history
But there is no such file.
Then why don't you create it? Was it there before? There could be endless reasons why it's gone... only because that environment variable is set doesn't mean the file must be there.