假設我需要通過Vim的README文件中的以下提取將commands?模式替換爲其大寫版本。下面的命令作品, :%s/\vcommands?/\=toupper(submatch(0))/g
問題:如何查看更改的列表,以確保替代是正確的? 這是我嘗試過的一些嘗試。 查看difference between the current buffer and the original file"。工作
這個問題的一個擴展Using awk how do I combine data in two files and substitute values from the second file to the first file? data.txt中包含一些數據: A;1
B;2
A;3
keys.txt含 「鍵; VALUE1;值;值3; VALUE4」( 「C」 是在本例中不data.