Mac OS X - Erase / Write CD-RW from Terminal
I'm blessed to find this:
hdiutil burn -erase
No need for external apps. In the next post i'll find out how to write a Bootable Image from a .dmg file ;)
Update: as I mentioned above, here's the code: hdiutil burn something.iso
That's clean and easy.