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
At the moment pretty table print is implemented in python. The program reads the whole input twice: one to calculate column widths and the second time to actually print.
Is it possible to implement such functionality in bash with reasonable limitations (e.g. header manipulation)?
At the moment pretty table print is implemented in python. The program reads the whole input twice: one to calculate column widths and the second time to actually print.
Is it possible to implement such functionality in bash with reasonable limitations (e.g. header manipulation)?
See
https://superuser.com/questions/557256/reading-the-same-stdin-with-two-commands-in-bash
https://stackoverflow.com/questions/10218103/os-x-linux-pipe-into-two-processes
The text was updated successfully, but these errors were encountered: