ls コマンドで出力された日付を変換する関数を定義する。
awk -f 'lsdate_to_isodate.awk'
@include "lsdate_to_isodate.awk"
| id | 70f15f46-bf8e-41ec-b7ae-74f26993a897 |
| author | |
| version | 1.0.0 |
| date | 2022-10-18 |
| since | 2022-10-18 |
| copyright | Copyright (C) 2022-2022 qq542vev. Some rights reserved. |
| license | |
| package | w3mplus |
| function lsdate_to_isodate( |
| ) |
ls コマンドで出力された日付を ISO 8601 の形式に変換する。
| month | ls コマンドで出力された月。 |
| day | ls コマンドで出力された日。 |
| year | ls コマンドで出力された年または時間。 |
| currentYear | 現在の年。 |
| currentMonth | 現在の月。 |
ISO 8601 に変換された日付文字列。