#author("2026-04-19T23:55:21+00:00","default:honma","honma") #author("2026-04-19T23:56:31+00:00","default:honma","honma") * ファイル名に日付を付加する [#h2722a31] ファイル名に日付を付加する場合は、dateコマンドを利用して $ touch file_$(date +%Y%m%d).txt みたいな感じ みたいな感じ。 dateコマンドの date +<フォーマット> で指定できるものには #style(addstyle=float:left;margin:0px;){{ |%Y|西暦4桁(2026)| |%y|西暦下2桁(26)| |%m|月(01-12)| |%d|日(01-31)| |%H|時(00-23)| |%M|分(00-59)| |%S|秒(00-59)| }} #style(style=clear:both;,end) などが使える。 ~ #htmlinsert(amazon_pc.html);