You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: