1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 09:15:24 +02:00
tldr/pages.zh_TW/common/touch.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

506 B

touch

改變檔案的存取與修改時間。 更多資訊:https://manned.org/touch.

  • 建立新檔案,或更新現存檔案的存取與修改時間:

touch {{檔案名稱}}

  • 將存取與修改時間設定為指定時刻:

touch -t {{西元年份月份日期小時分鐘.秒鐘}} {{檔案名稱}}

  • 以其中一個檔案的存取與修改時間為基準,設定另一個檔案的存取與修改時間:

touch {{[-r|--reference]}} {{來源檔案名稱}} {{目標檔案名稱}}