I want to delete history but not fully, suppose I have total 200 entries in my history and I want to delete from 101 to 150. Is this possible ?
I have seen multiple methods to delete history like history -d entry_number
, .bash_history
file, history -c
command.