Linux系统没有默认的Notepad文本编辑器,若你使用的是类似Notepad的编辑器(如gedit、Notepad++等),可参考以下方法进行搜索替换:
Ctrl + F
Ctrl + H
sed
sed -i 's/旧文本/新文本/g' 文件名