Answers for "BSD sed: extra characters at the end of d command"

SQL
0

BSD sed: extra characters at the end of d command

OS X requires the extension to be explicitly specified. 
The workaround is to set an empty string:

$ sed -i '' 's/megatron/pony/g' /path/to/file.txt
Posted by: Guest on April-04-2022

Code answers related to "BSD sed: extra characters at the end of d command"

Code answers related to "SQL"

Browse Popular Code Answers by Language