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