Description: comments out lines in range or matching lines
Parameter:
- file: the name of the file
- from: start commenting out from this line
- to: stop commenting out at this line
- commentStr: string to comment out (e.g. "#" for BASH or "//" for C/C++ style)
- match:
root
2015-09-06