Home
Commands
Replace text in place (macOS)
Replace text in place (macOS)
Terminal
sed -i '' 's/old/new/g' <file>
Copy command
Destructive
macOS