in reply to Re^4: count number of lines with +
in thread count number of lines with +

#! /usr/bin/perl exec diffstat => @ARGV

Replies are listed 'Best First'.
Re^6: count number of lines with +
by ladnjay (Initiate) on Jul 24, 2014 at 03:54 UTC
    thank you sir, this is enough and simple. thanks again.