Answers for "clear history linux"

0

clear history linux

> rm ~/.bash_history
> history -c
Posted by: Guest on July-10-2021
1

clear history linux

history -c
Posted by: Guest on December-02-2020
1

delete command from history

Just check the enumeration of your commands history and then delete them:
history -d 7 #Deletes seventh command in your history list
Posted by: Guest on November-06-2020
0

how to delete command from terminal history

## Delete the bash history entry at offset OFFSET ##
history -d offset
history -d number
history -d 1013
Posted by: Guest on August-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language