Remove comment lines

This software removes comment lines starting by # or // or spaces or tab followed by these characters in text files . An unlimited number of files can be processed.

Manual :

1- if not already installed, install Perl free programming language

2- unzip the software

3- copy your data txt or csv files in the “data” directory.

4- the software detects lines starting by # or // by default or spaces or tab followed by these characters. To change this, edit line 80 of the Perl file :

my (@names) = ("#", "//" );

5- execute the software by the command : perl software_name or double click on the .pl file

The program remove in the file, the lines which begin by the same string than in the list.

7- processed files are in the “results” directory.