gpt4 book ai didi

powershell - 读取文件的最后20个字节

转载 作者:行者123 更新时间:2023-12-03 00:27:25 27 4
gpt4 key购买 nike

在最后20个字节的图像文件中,我需要检索一个校验和。我看过Get-Content命令。有没有一种方法可以使读数反向,使其从文件末尾开始?如果否,是否还有其他命令可用来读取文件的最后20个字节?

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-content?view=powershell-6

最佳答案

您可以将Get-Command-Tail参数与Byte参数的-Encoding值结合使用:

$bytes = Get-Content myFile -Tail 20 -Encoding Byte

与文档相反, -Tail并不总是作用于行。

关于powershell - 读取文件的最后20个字节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53355044/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com