sed 特殊字符

SED提供了兩個(gè)特殊字符,它們被視為命令。本章說明了這兩個(gè)特殊字符的用法。

= 命令

" ="命令顯示行號(hào)。以下是" ="命令的語法:

[/pattern/]= 
[address1[,address2]]=

= 命令將行號(hào)及其內(nèi)容寫入標(biāo)準(zhǔn)輸出流。以下示例說明了這一點(diǎn)。

$sed '=' books.txt 

執(zhí)行上述代碼后,您將得到以下輸出:

1 
1) A Storm of Swords, George R. R. Martin, 1216 
2 
2) The Two Towers, J. R. R. Tolkien, 352 
3 
3) The Alchemist, Paulo Coelho, 197 
4 
4) The Fellowship of the Ring, J. R. R. Tolkien, 432 
5 
5) The Pilgrimage, Paulo Coelho, 288 
6 
6) A Game of Thrones, George R. R. Martin, 864

讓我們打印行號(hào)和前四行的內(nèi)容。下面的命令顯示前四行帶有行號(hào),其余的不打印行號(hào)。

$sed '1, 4=' books.txt 

執(zhí)行上述代碼后,您將得到以下輸出:

1 
1) A Storm of Swords, George R. R. Martin, 1216 
2 
2) The Two Towers, J. R. R. Tolkien, 352 
3 
3) The Alchemist, Paulo Coelho, 197 
4 
4) The Fellowship of the Ring, J. R. R. Tolkien, 432 
5) The Pilgrimage, Paulo Coelho, 288 
6) A Game of Thrones, George R. R. Martin, 864

此外,當(dāng)模式匹配成功時(shí),我們可以指示SED打印行號(hào)。下面的示例打印包含模式" Paulo"的行號(hào)。

$sed '/Paulo/=' books.txt 

執(zhí)行上述代碼后,您將得到以下輸出:

1) A Storm of Swords, George R. R. Martin, 1216 
2) The Two Towers, J. R. R. Tolkien, 352 
3 
3) The Alchemist, Paulo Coelho, 197 
4) The Fellowship of the Ring, J. R. R. Tolkien, 432 
5 
5) The Pilgrimage, Paulo Coelho, 288 
6) A Game of Thrones, George R. R. Martin, 864

您能猜出下面的SED命令做什么嗎?

$sed -n '$=' books.txt

執(zhí)行上述代碼后,您將得到以下輸出:

6 

在命令部分,我們使用" $="來打印最后一行的行號(hào)及其內(nèi)容,但是,我們還提供了 -n 標(biāo)志,該標(biāo)志禁止模式緩沖區(qū)的默認(rèn)打印,因此,僅顯示最后一個(gè)行號(hào)。

& 命令

SED支持特殊字符&。 每當(dāng)模式匹配成功時(shí),此特殊字符都會(huì)存儲(chǔ)匹配的模式。?

book.txt文件中的每一行都有編號(hào)。讓我們在每一行的開頭添加書號(hào)。以下示例說明了這一點(diǎn)。

$sed 's/[[:digit:]]/Book number &/' books.txt

執(zhí)行上述代碼后,您將得到以下輸出:

Book number 1) A Storm of Swords, George R. R. Martin, 1216 
Book number 2) The Two Towers, J. R. R. Tolkien, 352 
Book number 3) The Alchemist, Paulo Coelho, 197 
Book number 4) The Fellowship of the Ring, J. R. R. Tolkien, 432 
Book number 5) The Pilgrimage, Paulo Coelho, 288 
Book number 6) A Game of Thrones, George R. R. Martin, 864 

這個(gè)示例很簡單。?

? ? ?首先,我們搜索第一個(gè)出現(xiàn)的數(shù)字,即行號(hào)(這就是我們使用[[:digit:]]的原因),SED會(huì)自動(dòng)將匹配存儲(chǔ)在特殊字符&中。

? ? ?在第二步中,我們在每個(gè)匹配的模式之前(即每行之前)插入書號(hào)。

讓我們再舉一個(gè)示例。 在book.txt文件中,最后一位數(shù)字表示該書的頁數(shù)。 讓我們在此之前添加“Pages=”。 為此,找到該數(shù)字的最后一次出現(xiàn),并將其替換為“>

$sed 's/[[:digit:]]*$/Pages=&/' books.txt 

執(zhí)行上述語法后,將得到以下輸出:

1) A Storm of Swords, George R. R. Martin,>            
        
丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清