In Pl/SQL scripts, The comments are multi lined starting from /* and ending with */.
How can we count the commented lines if there are hundred scripts to be scanned.
a grep command will give only the first and last line.
How can we count the commented lines if there are hundred scripts to be scanned.
a grep command will give only the first and last line.
Comment