Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete command from terminal history

## Delete the bash history entry at offset OFFSET ##
history -d offset
history -d number
history -d 1013
 
PREVIOUS NEXT
Tagged: #delete #command #terminal #history
ADD COMMENT
Topic
Name
3+4 =