How To Delete or Not Keep a Command in Bash History
Delete a Command from Bash History Here I give some test commands to fill history: pontikis@ubuntu:~$ clear pontikis@ubuntu:~$ echo 1 1 pontikis@ubuntu:~$ echo 2 2 pontikis@ubuntu:~$ echo 3 3 pontikis@ubuntu:~$…