Raffaele
Raffaele

Reputation: 511

Intellij Command Line Tools wildcards

I'm using Intellij2016 and I would like to add and external tool (a linux rm invocation) in order to delete the content of a specific directory every time I debug my java application. I tried using the command line tools Console but when using * wildcard Intellij seems to ignore wildcards (the same behaviour with ls and so on). Is there a way to use wildcards in Intellij command line tools?

Thanks

Upvotes: 1

Views: 169

Answers (1)

Raffaele
Raffaele

Reputation: 511

This is a known issue about wildcards and External Tools (command line parameters).

Upvotes: 1

Related Questions