Linux/コマンドメモ/touch
提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 03:14時点における127.0.0.1 (トーク)による版 (ページの作成:「==空ファイル作成== touch test.txt ==タイムスタンプ変更== touch -t 10102030 test.txt touch -t 201210102030 test.txt 2012年10月10日20時30分で更...」)
空ファイル作成
touch test.txt
タイムスタンプ変更
touch -t 10102030 test.txt touch -t 201210102030 test.txt
2012年10月10日20時30分で更新日時が設定される