「Linux入門」touchコマンドの使い方

1.日時を指定する
書式  touch -d 日付 filename
$ touch -d “2020-06-08 10:54" test.html

2.ファイルを新規作成しない
書式 touch -c filename
$ touch -c test.html

Linux

Posted by arkgame