Answers for "how to delete command from terminal history"

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 "how to delete command from terminal history"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language