Skip to content
Christoph J.
Projects
Blog
Contact
About Me
sed
Quick sed cheat sheet.
Examples
replace every x with y
sed -i 's/x/y/g' file