mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
touch: add Traditional Chinese translation
This commit is contained in:
parent
fbf6885285
commit
fe786537e0
1 changed files with 15 additions and 0 deletions
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 {{來源檔案名稱}} {{目標檔案名稱}}}`
|
Loading…
Add table
Reference in a new issue