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 ๐ค