[root@qunet sed]# cat temp.txt
hello world
hello linux
hello shell
hello groad
hello google
[root@qunet sed]# sed 'N;$!P;$!D;$d' temp.txt
hello world
hello linux
hello shell
hello world\nhello linux
[beyes@beyes sed]$ sed '$!N;$!D' temp.txt
hello groad
hello google
[beyes@beyes sed]$ cat temp.txt
hello world
hello linux
hello shell
hello shell
hello groad
hello google
hello google
hello google
[beyes@beyes sed]$ sed '$!N; /^\\(.*\\)\\n\\1$/!P; D' temp.txt
hello world
hello linux
hello shell
hello groad
hello google
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |