4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mdq -t -c file.title:Title -c file.path:Path -f "{\"tags\": {\"\$in\": \"$1\"}}" .
|