1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

del: update Chinese translation (#14165)

This commit is contained in:
Andy Li 2024-10-13 09:20:48 +01:00 committed by GitHub
parent 019681dfd4
commit 896e024860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 4 deletions

View file

@ -1,11 +1,16 @@
# del # del
> 删除一个或多个文件。 > 删除一个或多个文件。
> 在 PowerShell 中,此命令为 `Remove-Item` 的別名。本页的描述是基于命令提示符 (`cmd`) 中的 `del`
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/del>. > 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/del>.
- 删除一个或多个以空格分隔的文件: - 查阅 PowerShell 的对应命令:
`del {{文件 文件 ..}}` `tldr remove-item`
- 删除一个或多个文件 (可使用通配符):
`del {{文件1 文件2 ...}}`
- 在删除每个文件之前提示确认: - 在删除每个文件之前提示确认:

View file

@ -1,11 +1,16 @@
# del # del
> 刪除一個或多個檔案。 > 刪除一個或多個檔案。
> 在 PowerShell 中,此命令為 `Remove-Item` 的別名。本頁的描述是基於命令提示字元 (`cmd`) 中的 `del`
> 更多資訊:<https://learn.microsoft.com/windows-server/administration/windows-commands/del>. > 更多資訊:<https://learn.microsoft.com/windows-server/administration/windows-commands/del>.
- 刪除一個或多個以空格分隔的檔案: - 查閱 PowerShell 的對應命令:
`del {{檔案 檔案 ..}}` `tldr remove-item`
- 刪除一個或多個檔案 (可使用萬用字元):
`del {{檔案1 檔案2 ...}}`
- 在刪除每個檔案之前提示確認: - 在刪除每個檔案之前提示確認: