Created
September 4, 2011 12:39
-
-
Save mmaha/1192802 to your computer and use it in GitHub Desktop.
Display calendar with current date colored
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
#!/bin/sh | |
cal | GREP_COLOR="32" grep --color -C6 -E "(^| )$(date +%e)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment