Skip to content

Instantly share code, notes, and snippets.

@andregumieri
Created August 15, 2013 16:15
Show Gist options
  • Save andregumieri/6242158 to your computer and use it in GitHub Desktop.
Save andregumieri/6242158 to your computer and use it in GitHub Desktop.
Modificadores do terminal
# http://ascii-table.com/ansi-escape-sequences.php
# limpa tela
echo -n -e "\033[2J"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment