$ cat file1
"rome" newyork
"rome"
rome
空白处我需要填什么?
$ sed ____________________ file1
我想要像这样的输出
"rome" newyork
"rome"
hello
如果我的输入是这样的
$ cat file1
/temp/hello/ram
hello
/hello/temp/ram
如果我想更改没有斜杠的 hello 该怎么办?(把你好改成快乐)
temp/hello/ram
happy
/hello/temp/ram