whatisthis987
IS-IT--Management
Hi,
I have a file that looks like this:
line1 - This is line #1
line1 - This is line #1
11 11 11
500 600
600 700
700 800
line7 - This is line #7
line8 - This is line #8
I would like to subtract 10 ONLY from the lines with 2 numerical columns. Meaning it should look like this:
line1 - This is line #1
line1 - This is line #1
11 11 11
450 500
500 600
600 700
line7 - This is line #7
line8 - This is line #8
Can anyone help?
I have a file that looks like this:
line1 - This is line #1
line1 - This is line #1
11 11 11
500 600
600 700
700 800
line7 - This is line #7
line8 - This is line #8
I would like to subtract 10 ONLY from the lines with 2 numerical columns. Meaning it should look like this:
line1 - This is line #1
line1 - This is line #1
11 11 11
450 500
500 600
600 700
line7 - This is line #7
line8 - This is line #8
Can anyone help?