Answers for "delete command from history"

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