Launching an application from Bash
- by JBoy
I'm right now busy with moving the first steps into Linux, i'm using a bash shell within a mac osx
I see in all tutorials that in order to launch an application from the bash its necessary to cd to its directory and simply type the name of the app.
This is exatly what i'm doing and it does not work (i have on my desktop a 'Eclipse' folder with the launcher icon in it):
cd Desktop
cd Eclipse
Eclipse.app
Why will this not work?
I read everywhere that typing the name of the app its enough