hi,
I have several very long files of the style:
1 22 3
11 2 333
111 222 33
....
Between a column and another there is a tab. At last each row, I must put = character and between columns, I must put * character. Therefore, my output must be:
1 * 22 * 3 =
11 * 2 * 333 =
111 * 222 * 33 =
....
How can I do it?
txs
I have several very long files of the style:
1 22 3
11 2 333
111 222 33
....
Between a column and another there is a tab. At last each row, I must put = character and between columns, I must put * character. Therefore, my output must be:
1 * 22 * 3 =
11 * 2 * 333 =
111 * 222 * 33 =
....
How can I do it?
txs