|
藍森林 http://www.lslnet.com 2006年6月26日 11:18
請教如何在兩行之間添加若干行?
請教如何在兩行之間添加若干行?形式如下。
原文
..........
..........
this is test
hello,hello.
.........
........
修改後
............
............
this is test
add content
add content
add .........
add ...........
.........
hello,hello.
.........
........ |
請教如何在兩行之間添加若干行?
try:[code]
sed '/^this/r file.txt' file[/code] |
| |