Answers for "sed replace inline file"

0

sed replace inline file

sed -i 's/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g' filename
Posted by: Guest on August-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language