From: Paul Hänsch Date: Fri, 1 Dec 2023 11:32:41 +0000 (+0100) Subject: DB2 check method without output X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=ec4123f4b362e66a502da415b684e61885448b50;p=invoices DB2 check method without output --- diff --git a/db23.sh b/db23.sh index 9b8204a..6df2ccc 100755 --- a/db23.sh +++ b/db23.sh @@ -14,7 +14,11 @@ DB2() { open|load) file="$1" cat "$file" || return 1 ;; - count|check|contains) key="$(STRING "$1")" val='' seq=0 + check|contains) key="$(STRING "$1")" val='' + val="${data##*${BR}${key} }" val="${val%%${BR}*}" + [ "$val" = '' ] && return 1 + ;; + count) key="$(STRING "$1")" val='' seq=0 val="${data##*${BR}${key} }" val="${val%%${BR}*}" [ "$val" = '' ] || val="${val} " while [ "$val" != '' ]; do