我有兩個文件。他們中的一個定義了一組數 - 值對如下(的fileA):用另一個文件中的值替換文件中的字符串
1 asm
2 assert
3 bio
4 bootasm
5 bootmain
6 buf
7 cat
8 console
9 defs
10 echo
其他文件包含一堆值配對,如下(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
我想編寫一個腳本,用文件A中的相應編號替換文件B上的值。 生成新文件或更改現有文件B無關緊要。
任何想法? 由於