Sunday, 10 August 2014

6 comments:

mahaveer said...

not working pls give correct

Unknown said...

Noy working for single digit
check it again

Anonymous said...

t=`date +%e`
if [ $t -le 10 ]
then
cal -h |$cd "s/$t/*/"
else
cal -h |sed "s/$t/**/"
fi

Anonymous said...

Still not working

Anonymous said...

Use ncal instead of cal

Anonymous said...

set `date`
y=$3
if [ $y -le 9 ]
then
cal -h |sed "s/$y/*/"
else
cal -h |sed "s/$y/**/"
fi

Post a Comment

 
- |