BSD SED: Karakter tambahan di akhir perintah 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