J
2004-02-11 23:03:40 UTC
I have a file with 40000 lines. Each line is a row of data, and the fields
are seperated by pipes ( | ). I would like to align all pipes so that the
fields will line up.
example:
field1 | 100 | 1 | | |
field2islong| | example | | 3 |
would become
field1 | 100 | 1 | | |
field2islong| | example | | 3 |
anyone have any ideas.
J
are seperated by pipes ( | ). I would like to align all pipes so that the
fields will line up.
example:
field1 | 100 | 1 | | |
field2islong| | example | | 3 |
would become
field1 | 100 | 1 | | |
field2islong| | example | | 3 |
anyone have any ideas.
J