To make the executable use the command

gfortran -O analyser.f -o analyser

To produce a summary of file statistics

./analyser <filemame>

To produce a per data item analysis

./analyser v <filename>

