using perl in terminal to patch an iso (?)

brent1a

Registered
an someone help me with a slight problem?
I need to get terminal to recognize my sol-10-u1-ga-x86-v1.iso on my desktop so that I can run my perl line to patch it:
perl -pi -e 's#GenuineIntel#Virtual CPU#g' sol-10-u1-ga-x86-v1.iso

I'm sure it's a simple task but I'm fresh with terminal and just need some quick advice.
 
do you just mean you need to mount the disk?

hdiutil attach sol-10-u1-ga-x86-v1.iso -readwrite

should do it, I think.
 
Back
Top