shell 写文件写入内容

方法一:

sudo tee>/root/test.txt <<-'EOF'
写入内容
EOF

方法二:

sudo cat>/root/test.txt <

你可能感兴趣的:(shell 写文件写入内容)