User Tools

Site Tools


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.1576181456.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki