Answers for "bash comment section to a file"

2

comment line in bash file

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

bash comment section to a file

cat << ABC > ./file1.tmp
1.whatever you want
2.whatever you want
3.whatever you want
ABC

#here line 1 2 3 will go to file1.tmp
#in the script line 1 2 3 are comments
Posted by: Guest on July-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language