Skip to content

Instantly share code, notes, and snippets.

@libitte
Created May 18, 2013 12:20
Show Gist options
  • Save libitte/5604231 to your computer and use it in GitHub Desktop.
Save libitte/5604231 to your computer and use it in GitHub Desktop.
日付からunixtimeを得るshellscriptコード
```
$ date -d yesterday +%F
2013-05-17
$ date -d 2013-05-17 +%s
1368716400
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment