You are not logged in.
Pages: 1
Topic closed
# ls -1 .bash_history*
.bash_history
.bash_history-03581.tmp
.bash_history-07616.tmp
.bash_history-08765.tmp
What are this files? I have never seen before.
Offline
Post your .bashrc
Offline
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
Last edited by digor (2018-04-06 23:59:03)
Offline
Can't find anything about such files. And this happens rarely. Several files was created yesteday (at the same time exactly) while previous in the previous month. About 3 months (or even more) had passed since the first time I noticed. And furthermore, I reinstalled my system recently.
Offline
I deleted ~/.bash-history, and then I created it again from user. Now no more *.tmp files appear in ~ .
Offline
Likely you've reached your configured history limit and these are files created to latter flush over the normal bash history.
In any case please don't necrobump 8 year old threads.
Offline
Pages: 1
Topic closed