Hello, used some of your useful functions like printTable. Under Ubuntu 22.04 table output is weird.
I think, somehow, output="$(echo -e "${table}" | column -s '#' -t | awk '/^\+/{gsub(" ", "-", $0)}1')" does not replace empty spaces, but why....
Output looks like this:

Hello, used some of your useful functions like printTable. Under Ubuntu 22.04 table output is weird.
I think, somehow,
output="$(echo -e "${table}" | column -s '#' -t | awk '/^\+/{gsub(" ", "-", $0)}1')"does not replace empty spaces, but why....Output looks like this:
