Hi,

On 25-09-2024 12:05, Craig Small wrote:
     grep -E '^([[:space:]]+[[:digit:]]+){18}$' "${stdoutF}" >/dev/null

I thought the problem was that the result didn't start with ^[[:space:]], but with ^[[:digit:]],

so the check should be ^[[:space:]]{0,1}[[:digit:]]([[:space:]]+[[:digit:]]+){17}$

if I didn't make any regexp mistakes.

Paul

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to