Last active
January 22, 2018 12:12
-
-
Save PaulChana/cd6d517ce866eb7ffaef877ae5d4ff54 to your computer and use it in GitHub Desktop.
[Clear Terminal] Clear Terminal display #bash #shell
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
clearDisplay() | |
{ | |
clear && printf '\e[3J' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment