facebook twitter hatena line email

「Linux/コマンドメモ/touch」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==空ファイル作成== touch test.txt ==タイムスタンプ変更== touch -t 10102030 test.txt touch -t 201210102030 test.txt 2012年10月10日20時30分で更...」)
 
(相違点なし)

2015年5月20日 (水) 03:14時点における最新版

空ファイル作成

touch test.txt

タイムスタンプ変更

touch -t 10102030 test.txt
touch -t 201210102030 test.txt

2012年10月10日20時30分で更新日時が設定される