I have made a tabular report of some data variables printed via printf in shell.
Project One | 76 | 80M | 80M | 80M
Project Two | 46M | 52M | 52M | 52M
Project Three | 174 | 171M | - | 173M
The output here is a manually spaced one. Is there a way to print variables that occupies fixed width?
For example, in the first row, 76[space], 80M, ... total of three character width with printing with a shell variable.