之前很常用,
今天要用,又忘了… 囧rz
資料來源:http://linux.vbird.org/linux_basic/redhat6.1/linux_07vi.php
:g/word1/s//word2/g
#尋找 『word1』 這個字串,並且以 『word2』 這個字串取代之;
:n1,n2 s/word1/word2/g
#將第 n1 行到 n2 行的字串 『word1』 都改成 『word2』;
:1,$s/ls/ll/g
將所有檔案內容的 『ls』 這個字串改成 『ll』 這個字串;
沒有留言:
張貼留言