📜  bash here 文档示例 - Shell-Bash 代码示例

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

代码示例1
cat << EOF > file.txt
The current working directory is: $PWD
You are logged in as: $(whoami)
EOF