在兩者之間我願做這樣的事情可能重複:
Bash: How to Put Line Comment for a Multi-line Commandbash命令跨越多行與註釋幾行
sudo apt-get install \
#a very long description
#of the package
#that spans multiple lines
pkg1 \ #maybe I want an inline comment also
#another description that
#spans multiple lines
pkg2
注我不只對apt-get
命令感興趣。
你有沒有試過把這個放在shell腳本中並運行它? – sofly
@SoFLy是的,我得到錯誤。 –
這篇帖子指出可能的重複問題是關於在線評論。我對多行評論感興趣。但是同樣的解決方法確實有效。謝謝。 –