Hello,
I have to write a script for this purposes :
I have 2 files:
cat file1
vpath9 vpath27
vpath14 vpath32
cat file2
vpath9 610
vpath27 888
vpath14 612
vpath32 322
I would like to change file1 by using file2 in order to have a third file like this
output file:
610 888
612 322
Any helps ?
I have to write a script for this purposes :
I have 2 files:
cat file1
vpath9 vpath27
vpath14 vpath32
cat file2
vpath9 610
vpath27 888
vpath14 612
vpath32 322
I would like to change file1 by using file2 in order to have a third file like this
output file:
610 888
612 322
Any helps ?