Bash

Bash

2
2
1

How to fix corrupt history file .zsh_history?

Asked by Sohail ·
On open terminal, I am getting this error: zsh: corrupt history file /home/harish/.zsh_history This is not allowing search back through the history with CTRL+R and editing previous (...)
0
1
6533

How to check that if a directory exists in a Bash shell script?

Asked by pehow ·
In my shell script, I need to check if a directory exists or not. So, here what command I should use to verify a directory exist or not in a given path?
0
2
2682