| 1 | cat /dev/null > ~/.bash_history && history -c && exit |
rcaldous / Clear Bash history
Última atividade 3 months ago
Don't want to be tempted to up arrow?
Última atividade 3 months ago
Don't want to be tempted to up arrow?
| 1 | cat /dev/null > ~/.bash_history && history -c && exit |