É seguro excluir esses arquivos?

2

Eu encontrei esses arquivos no meu diretório pessoal:

  • .bash_history
  • .bash_sessions (diretório)
  • .lesshst

e eu não posso ajudar meu TOC-ness e eu quero removê-los, é seguro?

    
por Esteban 16.02.2016 / 16:11

2 respostas

10

Esses arquivos devem ser minúsculos e, na verdade, fáceis de serem usados. Sem mencionar que eles reaparecerão, a menos que você os reconfigure para não fazê-lo.

.lesshst

Name of the history file used to remember search commands and shell commands between invocations of less. If set to "-", a history file is not used. The default is "$HOME/.lesshst" on Unix systems, "$HOME/_lesshst" on DOS and Windows systems, or "$HOME/lesshst.ini" or "$INIT/lesshst.ini" on OS/2 systems.

.bash_history

When the -o history option to the set builtin is enabled, the shell provides access to the command history, the list of commands previously typed.

.bash_sessions (diretório)

From Reddit about El Capitan changes: A new folder (~/.bash_sessions/) is used to store HISTFILE's and .session files that are unique to sessions. If $BASH_SESSION or $TERM_SESSION_ID is set upon launching the shell (i.e. if Terminal is resuming from a saved state), the associated HISTFILE is merged into the current one, and the .session file is ran. Session saving is facilitated by means of an EXIT trap being set for a function bash_update_session_state.

    
por 16.02.2016 / 17:01
7

Seu sistema ainda funcionará. No entanto, eles apenas voltarão, por que você quer removê-los? Eles são inofensivos e não devem ocupar espaço no disco.

    
por 16.02.2016 / 16:41

Tags