#! /bin/sh
today=$(date +%Y%m%d)
tomonth=$(date +%Y%m)
rm -f whee-*.log
echo 'hello there' > whee-${today}.log
echo 'past day' > whee-${tomonth}00.log
echo '20120527 happy birthday!' > whee-201205.log
