Created
May 21, 2019 10:00
-
-
Save rbanffy/b68f586fcd1e90de4c425eb56c601481 to your computer and use it in GitHub Desktop.
Terminal exercises
This file contains 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
# Simple exercise for testing terminal support for some text styles | |
python -c "print '\x1b[4munderline\x1b[0m \x1b[3mitalic\x1b[0m \x1b[1mbold\x1b[0m \x1b[53moverline\x1b[0m normal'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment