2

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.

vico
  • 4,527
  • 21
  • 58
  • 87

2 Answers2

2

This file is hidden. Press Ctrl+H in nautilus and you will see hidden files.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
0

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.

cslotty
  • 126
  • 4