bash:comments
This is an old revision of the document!
BASH - Comments
Multi-line comments
#!/bin/bash : ' This script calculates the square of 5. ' ((area=5*5)) echo $area
Notice how multi-line comments are placed inside :’ and ‘ characters.
bash/comments.1576181467.txt.gz · Last modified: 2020/07/15 09:30 (external edit)