gpt4 book ai didi

linux - 用于查找和替换并进行确认的 Shell 脚本

转载 作者:太空宇宙 更新时间:2023-11-04 06:01:50 26 4
gpt4 key购买 nike

我使用 Ubuntu 16.04 来制作脚本。在我的 bash 文件中,我有一个代码:

sed -i 's/error/right/g'  hello.txt

这是为了在我的文件“hello.txt”中进行全局查找和替换。如何将其转换为带有确认的查找和替换脚本?

最佳答案

您可以通过搜索调用 vi 编辑器并通过确认替换命令:

$ vi -c '1,$ s/error/right/c' hello.txt

或者从 vim 中

:s/error/right/gc

关于linux - 用于查找和替换并进行确认的 Shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45851878/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com