#Spawn command "find /Applications -iname "*.app" -prune"

2 messages ยท Page 1 of 1 (latest)

snow silo
#

Hi ๐Ÿ‘‹

I'm trying to run this command find /Applications -iname "*.app" -prune.

I have the following:

"shell": {
        "open": true,
        "scope": [
          {
            "name": "find",
            "cmd": "find",
            "args": [
              "/Applications",
              "-iname \"*.app\"",
              "-prune"
            ]
          }
        ]
      }

However, I got this: command stderr: "find: -iname "*.app": unknown primary or operator" I don't have any idea what I'm doing wrong, it works on the terminal ๐Ÿค”

wary karma
#

you could try this: "/Applications","-iname","*.app","-prune"