% echo "`date +%D`\nfoo\nbar" | cat - hoge >> /tmp/hoge && mv /tmp/hoge hoge

で良しとしました。
あとは hoge と \nfoo\nbar のところを引数にしたシェルスクリプトにします。