Home
Commands
Sed replace in file
Sed replace in file
Terminal
sed -i 's/old/new/g' <file>
Copy command