📜  如何将此处的文档重定向到文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:21.904000             🧑  作者: Mango

代码示例1
cat << EOF > /tmp/yourfilehere
These contents will be written to the file.
        This line is indented.
EOF