touch: add Traditional Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
fbf6885285
commit
fe786537e0
15
pages.zh_TW/common/touch.md
Normal file
15
pages.zh_TW/common/touch.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# touch
|
||||
|
||||
> 改變檔案的存取與修改時間。
|
||||
|
||||
- 建立新檔案,或更新現存檔案的存取與修改時間:
|
||||
|
||||
`touch {{檔案名稱}}`
|
||||
|
||||
- 將存取與修改時間設定為指定時刻:
|
||||
|
||||
`touch -t {{西元年份月份日期小時分鐘.秒鐘}} {{檔案名稱}}}`
|
||||
|
||||
- 以其中一個檔案的存取與修改時間為基準,設定另一個檔案的存取與修改時間:
|
||||
|
||||
`touch -r {{來源檔案名稱}} {{目標檔案名稱}}}`
|
Reference in New Issue
Block a user