gpt4 book ai didi

bash - 使用 shell 脚本的内容创建文件

转载 作者:行者123 更新时间:2023-11-29 08:40:26 29 4
gpt4 key购买 nike

我如何在 shell 脚本中创建一个名为 foo.conf 的文件并使其包含:

NameVirtualHost 127.0.0.1

# Default
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "C:/wamp/www"
</VirtualHost>

最佳答案

使用“此处文档”:

cat > foo.conf << EOF
NameVirtualHost 127.0.0.1

# Default
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "C:/wamp/www"
</VirtualHost>
EOF

关于bash - 使用 shell 脚本的内容创建文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13633638/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com