Writing comments in Bash scripts
-
- Posts: 11176
- Joined: Sun Jan 14, 2018 5:38 pm
Writing comments in Bash scripts
More here, https://linuxize.com/post/bash-comments/
- dai_trying
- Posts: 634
- Joined: Sun Jan 14, 2018 7:44 pm
- Location: UK
- Contact:
Re: Writing comments in Bash scripts
I have to say I have quite a collection of bash scripts and often have to go through them in search of a specific function or routine, and I really wish I had commented my earlier scripts as they are a pain to go through without them, lesson learned here a good while back
-
- Posts: 11176
- Joined: Sun Jan 14, 2018 5:38 pm
Re: Writing comments in Bash scripts
Glad this post was a help.