get-filehash: add Chinese translation (#7463)

feature/windows-fix-syntax-2
Asurada 2021-11-23 15:23:35 +08:00 committed by GitHub
parent e8c41c1e42
commit 099551735a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Get-FileHash
> 计算一个文件的 HASH 值。
> 更多信息:<https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash>.
- 使用 SHA256 算法计算给定文件的哈希值:
`Get-FileHash {{文件路径}}`
- 使用指定的哈希算法计算给定文件的哈希值:
`Get-FileHash {{文件路径}} -Algorithm {{SHA1|SHA384|SHA256|SHA512|MD5}}`