Hi all,

I have a file with several columns of numbers, that I want to make sure that
they are either increasing or are equal to the previously line - if not then
give a warning.

E.g.

my input file:

1   2
3   3
5   4
7   5
6   6  << Error in column one
8   7

I tried to do a foreach loop but could not figure out how to compare e.g.
column 1/line 1 with column 1/line 2.

If anybody have a suggestion how I get started on this I would greatly
appreciate it - thanks.

Cheers,
Jakob



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to