http://tehbemfqolualhxwkyimu3bdob5s4hkrfuwbwxzbblncjy2j2owgolqd.onion/documentation.html
In subprocess mode, each filename becomes its
own argument to the subprocess command.
Let's see a demonstration with some simple filenames: ~ $ touch a aa aaa aba abba aab aabb abcba ~ $ ls `a(a+|b+)a`
aaa aba abba ~ $ print(`a(a+|b+)a`)
['aaa', 'aba', 'abba'] ~ $ len(`a(a+|b+)a`)
3 This same kind of search is performed...