Replace text across files

so i am making a discord bot and i have a bunch of links i had put in verious files and now i want to use console and detect all of them and change them to my new link is this posible

Hey, @aydenbg welcome to the forums.

Can you please provide the link to the repl?

e.g.

sed -i 's/example.com\/old/example.com\/new'
1 Like