I'd like to force `date +%h` to output "feb" rather than "Feb". Is there an option to `date' that will do that? If not, what would be the absolutely least cpu/memory-expensive way to do the conversion? (Presently I'm piping through `tr "[:upper:]" "[:lower:]"`.) TIA -- henry nelson