Hi Guys
This is my first post, just joined this website really like it ! looking forward to learn Perl.
Am currently writing a bash script and need to uncomment a line in a configuration file with the word "sql" line is like this:
#sql
The problem is that in this configuration file there are more than one:
#sql
So was thinking on a command that could specify to uncomment
the #sql between line numbers, this way can be very precise on what #sql is exactly the one I want to uncomment.
Any one can share a good perl command to accomplish this ?
Thank you in advance