Last active
August 28, 2023 18:21
-
-
Save marhensa/c8a8cdd659d3cfa23c1d3ab7fe3c9993 to your computer and use it in GitHub Desktop.
Bash Linux - clear screen and clear all bash histories and back to home folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history -c && history -w && clear && cd ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to make an alias, so it could be run in a single simple command:
clearall