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.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1