I am executing a CLI flux query with a bash script.
The Result seems to be a table in my bash variable.
The echo of the variable with the content of the query result:
I need only the value (in the screenshot “3”), not the whole table, in my bash variable.
How to achieve that?
Kind regards
Frank