#!/bin/bash _MY_DIR="$(cd "$(dirname "${0:-.}")" && pwd)" _EX_DIR="$(realpath --relative-to=. "$_MY_DIR")" test -z "$_EX_DIR" && _EX_DIR=. # shellcheck source=./Queries_common.sh . $_EX_DIR/Queries_common.sh # disable globbing for star queries (*) set -f cat <