$ 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