Skip to content

Instantly share code, notes, and snippets.

@ruben-rodriguez
Created October 30, 2017 16:41
Show Gist options
  • Save ruben-rodriguez/e3dbc1c3508dfc639c73c681ef2b9627 to your computer and use it in GitHub Desktop.
Save ruben-rodriguez/e3dbc1c3508dfc639c73c681ef2b9627 to your computer and use it in GitHub Desktop.
Bash history removal
#!/bin/bash
cat /dev/null > ~/.bash_history && history -c && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment