Commit 7d9f3355 authored by George Hongkai Sun's avatar George Hongkai Sun
Browse files

"date +%j" returns 001-365, which causes Shell to treat leading zeros as

octal prefix. Using "date +%-j" will remove the leading zeros.
parent 9ffa1a94
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment