I'm new at scripting, and i need help with this:
I have a "table.txt" file that has this:
00 02 03 04 05 06 07
and i need to append lines in this file, corresponding to each column.
Example:
A = 10
B = 20
result00 = A+B
In table...:
00 02 03 04 05 06 07
${result00}
and i need to do it with all 7 columns. Each column has a different value, from a different variable.
The final file, need to have 400 lines.
I need a table like that:
00 02 03 04 05 06 07
15 20 53 100 430 100 12
[...] [...] [...] [...] [...] [...] [...]
403 212 21 43 50 202 10