6 Star 72 Fork 28

JustryDeng / notebook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
[18]echo写入内容到指定文件.md 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
JustryDeng 提交于 2023-02-14 10:57 . cat写入内容到指定文件

echo写入内容到指定文件

写入内容到一个文件

注意:若文件不存在,则会自动创建

# 若文件已存在,则会清空该文件后再写入内容
echo '{内容}' > {文件}

# 若文件已存在且内容不为空,则换行追加内容至该文件(追加前不会清空该文件)
echo '{内容}' >> {文件}

image-20230214105622512

1
https://gitee.com/JustryDeng/notebook.git
git@gitee.com:JustryDeng/notebook.git
JustryDeng
notebook
notebook
master

搜索帮助