Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

history delete linux

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: #history #delete #linux
ADD COMMENT
Topic
Name
2+5 =