小编Eth*_*ker的帖子

here-禁用shell解析的文档

我需要一个here文件上传TeX到在线shell.我不希望shell对内容做任何事情.以下MWE是我迄今为止管理得最好的.

cat << EOF > /tmp/mytex 
\documentclass{article}
\begin{document}
Test mathematics:  $ 2^{10} = 1024$ works but
$e^{i\pi} = -1$ is mangled because no space follows the $e$.
"double" and 'single' quotes should be preserved too.
\end{document}
EOF
Run Code Online (Sandbox Code Playgroud)

bash heredoc

3
推荐指数
1
解决办法
350
查看次数

标签 统计

bash ×1

heredoc ×1