Daily Shaarli

All links of one day in a single page.

July 23, 2018

Tweet de curioman (@curioman2), à 23 juil. à 18:18

Sharing a tiny bash function I'd written, to look up day for a date. Find it useful.

sd ()
{
cal -y | GREP_COLORS="mt=07;32" \grep --color=always -EC 4 " $1 |^$1 " | GREP_COLORS="sl=11;33:mt=07;33" \grep --color=always -B2 -A6 '[A-Z][a-z] '
}

@nixcraft @climagic #linux #shell https://t.co/i9zhJUMjX0