I have two files. One of them defines a set of number-value pairs as follows (fileA):
1 asm
2 assert
3 bio
4 bootasm
5 bootmain
6 buf
7 cat
8 console
9 defs
10 echo
The other file contains a bunch of value pairings, as follows (fileB):
bio types
bio defs
bio param
bio spinlock
bio buf
bootasm asm
bootasm memlayout
bootasm mmu
bootmain types
bootmain elf
bootmain x86
bootmain memlayout
cat types
cat stat
cat user
I want to write a script that replaces the values on file B with their corresponding numbers from file A.
It does not matter if it generates a new file or changes the existing file B.
Any ideas?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…