Answers for "bash comment"

3

shell comments

# This is a comment on powershell.
# It will work on bash too.
Posted by: Guest on September-20-2020
2

comment line in bash file

# Bash comment
Posted by: Guest on April-20-2021
1

comment in bash

#SINGLE COMMENT

<<COMMENT
 MULTILINE COMMENT
COMMENT

: '
 MULTILINE COMMENT
'

echo "Hello Wordl"
Posted by: Guest on October-27-2020
0

how to add comments in terminal ubuntu

#!/bin/bash
# By adding hash(#) before line it will takes it as comment.
Posted by: Guest on December-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language