gpt4 book ai didi

powershell - 如何在Powershell中将a.bin的内容附加到b.bin?

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

如何在Powershell中将文件a.bin的内容附加到文件b.bin?

最佳答案

也许有人有一个更简单的方法,但这可行:

[byte[]]$bytes = Get-Content a.bin -Encoding byte
Add-Content b.bin $bytes -Encoding byte

关于powershell - 如何在Powershell中将a.bin的内容附加到b.bin?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2794734/

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