If you use ripgrep, you can do this from the commandline: rg -l 'my_search' | xargs sed -i '' -e 's/my_search/my_new_value/'.
確定! 回上一頁