gpt4 book ai didi

将文本添加到文件的 Unix 命令

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

是否有 Unix 命令可以将一些字符串数据添加到文本文件中?

类似于:

prepend "to be prepended" text.txt

最佳答案

printf '%s\n%s\n' "to be prepended" "$(cat text.txt)" >text.txt

关于将文本添加到文件的 Unix 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10587615/

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