2

I want to execute

./eclipse -clean

as described in this answer.

However, I am running STS installed as an application on Mac.

What is the equivalent command for Mac users?

Community
  • 1
  • 1
FGreg
  • 14,110
  • 10
  • 68
  • 110

1 Answers1

4

The command I was looking for appears to be

open -a /Applications/STS.app --args -clean
FGreg
  • 14,110
  • 10
  • 68
  • 110