gpt4 book ai didi

linux - 需要将用户名设为:plain from hash:plain username:hash

转载 作者:太空宇宙 更新时间:2023-11-04 05:10:19 27 4
gpt4 key购买 nike

文件 A 包含 hash:plain文件 B 包含用户名:hash需要的输出用户名:plain有什么办法可以在 shell 中做到这一点吗?

最佳答案

使用带有cut的命令替换:

echo $(cut -d: -f1 B):$(cut -d: -f2 A)

关于linux - 需要将用户名设为:plain from hash:plain username:hash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56244886/

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