Hi,
Any tools I can use like sed or awk in order to achieve below:
24165B,0000007912,0076994151
24197M,0000009523,20376530
24692A,0000013303,0055280351
25121F,0000016000,044637551
26266H,0000008000,204201199
I want the third data go to next line. Example:
24165B,0000007912
0076994151
24197M,0000009523
20376530
24692A,0000013303
0055280351
25121F,0000016000
044637551
26266H,0000008000
204201199
Thank you in advance.
dbase77
Any tools I can use like sed or awk in order to achieve below:
24165B,0000007912,0076994151
24197M,0000009523,20376530
24692A,0000013303,0055280351
25121F,0000016000,044637551
26266H,0000008000,204201199
I want the third data go to next line. Example:
24165B,0000007912
0076994151
24197M,0000009523
20376530
24692A,0000013303
0055280351
25121F,0000016000
044637551
26266H,0000008000
204201199
Thank you in advance.
dbase77