Forum Discussion
Bluebellflora
5 years agoHero+
Ok. Please open Terminal (Applications > Utilities) and copy and paste the following command then press Enter/Return:
find / -type d -name "Electronic Arts *" 2>/dev/null
It will take a while to return the search results. When it does please copy and paste the results into a post here.
lattesimser
5 years agoSeasoned Rookie
@Bluebellflora----@-----MacBook-Pro ~ %
------@------MacBook-Pro ~ % it showed me only these
- Bluebellflora5 years agoHero+
- lattesimser5 years agoSeasoned Rookie@Bluebellflora Yes. It was doing something then popped out that message I posted before.
- Bluebellflora5 years agoHero+
Ah sorry, I missed out a vital *! Please try this instead:
find / -type d -name "*Electronic Arts*" 2>/dev/null