What is an efficient way to replace list of strings with another list in Unix file?

前端 未结 6 486
礼貌的吻别
礼貌的吻别 2020-12-10 03:38

Suppose I have two lists of strings (list A and list B) with the exact same number of entries, N, in each list, and I want to replace all occurrences of the the nth element

6条回答
提交回复
热议问题