/tmp/syslog.txt 但我需要在现有文件内容的末尾添加“hai”并换行.. 提前致谢.. -6ren">
gpt4 book ai didi

linux - 如何在linux中用新行写入文件结尾?

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

我想写一个脚本输出到日志文件中,最后换行..

使用此命令,它会替换文件。

echo "hai" > /tmp/syslog.txt

但我需要在现有文件内容的末尾添加“hai”并换行..

提前致谢..

最佳答案

就这么简单:

echo "hai" >> /tmp/syslog.txt

:)

关于linux - 如何在linux中用新行写入文件结尾?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55790857/

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