I tried the following code unsuccessfully
find Applications | xargs -0 grep Applications
I also tried the following unsuccessfully
find Applications
|
|
|||
|
|
|
Was it something instead like: mdfind Applications | grep Applications
The following command will find the names of Mac apps you have installed somewhere under find /Applications -type d -name "*.app" Your question as phrased is pretty hard to help with, since you are not stating what your overall intent is... |
||||||
|
|
|
It's in /Applications. Try
|
||
|
|