Mac terminal command syntax?
I need to go to Mac Terminal to get something done. The command refers to an application file name that includes both a space and a decimal. The app file name is
FireCapture v2.6.app
My Unix experience has a lot of dust on it. I can make the command succeed if I simply rename the app to FireCapture, but I would prefer to keep the version information. Will wrapping the app name in quotes work like this?
command "FireCapture v2.6.app"
Is there a better way to do this?
I should have said "I can make the command succeed if I simply rename the app to FireCapture.app ..."
I forgot to mention that I'm using zsh