Linux/コマンド
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-[[Linux基本コマンドTips:https://www.atmarkit.co.jp/ait/s...
*日付・時刻 [#id00abf8]
**date [#te0cfb05]
-[[date コマンド:https://hydrocul.github.io/wiki/commands...
-[[unixtimeと日付の変換:https://qiita.com/kuwa_tw/items/3...
-UNIX時間を取得
$ date +%s
1579100400
-UNIX時間から日時を取得
$ date -d @1579100400
Thu Jan 16 00:00:00 JST 2020
*比較 [#wa6606c6]
**test [#w158be01]
-[[if 文と test コマンド:https://shellscript.sunone.me/if...
終了行:
-[[Linux基本コマンドTips:https://www.atmarkit.co.jp/ait/s...
*日付・時刻 [#id00abf8]
**date [#te0cfb05]
-[[date コマンド:https://hydrocul.github.io/wiki/commands...
-[[unixtimeと日付の変換:https://qiita.com/kuwa_tw/items/3...
-UNIX時間を取得
$ date +%s
1579100400
-UNIX時間から日時を取得
$ date -d @1579100400
Thu Jan 16 00:00:00 JST 2020
*比較 [#wa6606c6]
**test [#w158be01]
-[[if 文と test コマンド:https://shellscript.sunone.me/if...
ページ名: