Last active
August 29, 2015 14:06
-
-
Save nyango/01659fa2832b9e8b1999 to your computer and use it in GitHub Desktop.
あと何日でXXX(linux dateコマンド) ref: http://qiita.com/jamejammy/items/a7643b3a60a2facf3250
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ echo クリスマスまであと$(echo "`date -d$'12/25' +%j`-`date +%j`" |bc | tr -d '\n')日 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment