BSD sed: caracteres extras no final do comando d

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


Manisha Sharma