4 lines
120 B
Bash
4 lines
120 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mdq -c file.title:Title -c website:URL -c obj:Type -c file.path:Path -f '{"website": {"$exists": true}}' .
|