Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #delete #command #history
ADD COMMENT
Topic
Name
6+8 =