rossyeperez
Technical User
If I have the following case:
a xxx h
b xxx xxx
c sss d
d ddd f
e ccc g
f ddd d
g xxx e
h ddd h
a b d e f h
In the vertical column I have a b c d e f g h in vertical mode and the horizontal row a b d e f h
if I compare vertical column with the horizontal row
I got that in the horizontal mode I have less leters in the same order, I miss the following in red :
a b c d e f g h
and I would like to get a file that erase rows in the vertical column that not exist in the horizontal row. ej (gren colors rows that I need erased that don't get macht with the vertical row):
a xxx h
b xxx xxx
c sss d
d ddd f
e ccc g
f ddd d
g xxx e
h ddd h
a b d e f h
the reference is the first line of the first column start with the leter 'a' and the comparision is with it column with the second line horizontally that start with the leter 'a'.
somebody can help me with it??
Thanks
Rossy
a xxx h
b xxx xxx
c sss d
d ddd f
e ccc g
f ddd d
g xxx e
h ddd h
a b d e f h
In the vertical column I have a b c d e f g h in vertical mode and the horizontal row a b d e f h
if I compare vertical column with the horizontal row
I got that in the horizontal mode I have less leters in the same order, I miss the following in red :
a b c d e f g h
and I would like to get a file that erase rows in the vertical column that not exist in the horizontal row. ej (gren colors rows that I need erased that don't get macht with the vertical row):
a xxx h
b xxx xxx
c sss d
d ddd f
e ccc g
f ddd d
g xxx e
h ddd h
a b d e f h
the reference is the first line of the first column start with the leter 'a' and the comparision is with it column with the second line horizontally that start with the leter 'a'.
somebody can help me with it??
Thanks
Rossy