Skip to content

Instantly share code, notes, and snippets.

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