Skip to content

Instantly share code, notes, and snippets.

@holli-holzer
Last active September 26, 2017 21:36
Show Gist options
  • Save holli-holzer/30592cfbe138c61139c1603bfcc97eef to your computer and use it in GitHub Desktop.
Save holli-holzer/30592cfbe138c61139c1603bfcc97eef to your computer and use it in GitHub Desktop.
proper cls command for linux ( really resets the terminal, not only scroll to top like 'clear' does )
# install tput
> echo 'tput reset'>cls
> chmod 755 cls
> mv cls /usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment