Writing comments in Bash scripts

Discussion of programming related topics
Post Reply
crosscourt
Posts: 11176
Joined: Sun Jan 14, 2018 5:38 pm

Writing comments in Bash scripts

Post by crosscourt »

User avatar
dai_trying
Posts: 634
Joined: Sun Jan 14, 2018 7:44 pm
Location: UK
Contact:

Re: Writing comments in Bash scripts

Post by dai_trying »

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 :D
crosscourt
Posts: 11176
Joined: Sun Jan 14, 2018 5:38 pm

Re: Writing comments in Bash scripts

Post by crosscourt »

Glad this post was a help.
Post Reply