how to delete all history in chrome code example
Example 1: history delete
Just check the enumeration of your commands history and then delete them:
history -d 7 #Deletes seventh command in your history list
Example 2: how to delete all history for specific search term in chrome
# Windows
Ctrl+A
# Mac
⌘+A