I don't really understand the difference. I tried putting a .app file in /usr/bin and executing if from the terminal but that doesn't do anything. What kind of files go in there?
|
feedback
|
|
Wikipedia has a good article on Application Bundles. In short, a In some cases, the You can usually start a
| ||||
feedback
|
|
As Tomas Markauskas said, the .app is a bundle. Why did you try to move a .app file to /usr/bin? I'm going to guess that what you really want to know is "how do I open a file using Foo.app when I'm at the command line?" If I'm right, the answer isn't to move the .app file to /usr/bin. The right answer is to use the
Using | ||||
|
feedback
|
|
.app is actually not a file, but a folder (or Application bundle) with many different files in it. It also contains the executable files that you actually run. | |||
|
feedback
|
|
You can also run the app directly with the
| |||
|
feedback
|