#!/bin/bash s=$(cal|cat -vet|grep -o '_^H.'|grep -o '[[:digit:]]') echo $s | sed 's/ //g'