LoginSignup
7
8

More than 1 year has passed since last update.

Mac | コンソールで date --date '1 day ago' が使えない

Last updated at Posted at 2016-05-02

解決

Mac には GNU版のコマンドが入ってない。
brew で入れてあげる。

$ brew install coreutils

gdate が使えるようになる。

$ gdate --date '1 day ago'
Sun May  1 12:44:19 JST 2016

問題

Linux では使えるオプションが、Macでは使えなかった。

$ date -d '1 day ago'                                                                                                                                                                              [master]
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... 
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]

参考

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

メンター受付

7
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
8