shell 注释 lushuan 收录于 Shell 2020-04-21 约 73 字 预计阅读 1 分钟 目录 shell通过#来注释一行内容,前面我们已经看到过了 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #!/bin/bash # 这是一行注释 :' 这是 多行 注释 ' ls :<<EOF 这也可以 达到 多行注释 的目的 EOF Please enable JavaScript to view the comments powered by Gitalk. Please enable JavaScript to view the comments powered by Giscus.