I have a text file that has a number in every new line and all are in ascending order.
Contents are like :
1 13 25 37 49 97 109 121 I want to extract only those numbers who have difference greater than 12, with the previous number. I wish to use batch program for this....
How can I do that ?