我知道如何在Bash脚本中编写多行命令,但如何为多行命令中的每一行添加注释?
CommandName InputFiles \ # This is the comment for the 1st line
--option1 arg1 \ # This is the comment for the 2nd line
--option2 arg2 # This is the comment for the 3nd line
但不幸的是,在延续字符\
之后的注释将破坏该命令。