gpt4 book ai didi

templates - Windows 批处理的heredoc?

转载 作者:行者123 更新时间:2023-12-02 22:07:03 25 4
gpt4 key购买 nike

有没有一种方法可以批量指定多行字符串,类似于unix shell中的heredoc。类似于:

cat <<EOF > out.txt
bla
bla
..
EOF

这个想法是从模板文件创建自定义文件..

最佳答案

据我所知,没有。

据我所知最接近的是

> out.txt (
@echo.bla
@echo.bla
...
)

(@ 阻止命令 shell 本身打印它正在运行的命令,而 echo. 允许您以空格开始一行。)

关于templates - Windows 批处理的heredoc?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1015163/

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