LoginSignup
6
3

More than 5 years have passed since last update.

シェルで時間計算

Posted at
  • 何秒時間がかかったか計算
$ echo $(expr `date -d"10:46:00" +%s` - `date -d"10:41:10" +%s`)
290
  • 日付指定
$ echo $(expr `date -d"2018-07-11 10:46:00" +%s` - `date -d"2018-07-10 10:41:10" +%s`)
86690
6
3
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
6
3