linux写文件,追加内容

覆盖文件file

echo "hello" > filename文件

追加文件

echo "haha" >> filename

相关文章
相关标签/搜索