Tagged Questions
0
votes
2answers
667 views
Highlight the current date in cal
I would like to highlight today's date in the output of the cal command. What is the best way?
This is what I have so far:
cal -m | grep -C6 --color "$(date +%e)"
but it doesn't work for all cases ...
