crontabに%だっていいじゃない にんげんだもの

crontabに

* * * * * awesome_command.sh `date %s`

とか書いたらエラーになった。

crontab のman section 5みたら

Percent-signs  (%)  in  the  command,
unless escaped with backslash (\), will be changed into newline charac-
ters, and all data after the first % will be sent  to  the  command  as
standard input. 

 ですって。crontabからSTDINなんてやったことないな。。。(´・ω・`)