Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

How to split all columns into multiple columns?

$
0
0
Hi, all.

How can I split all columns into multiple columns separated by tab?

Input:
Code:

qq        ee        TT        12        m1
aa        gg        GG        34        2u
zz        dd        hh        56        4h
ww        cc        JJ        78        5y
ss        ff        kk        90        j8
xx        pp        mm        13        p0

Output:
Code:

q        q        e        e        T        T        1        2        m        1
a        a        g        g        G        G        3        4        2        u
z        z        d        d        h        h        5        6        4        h
w        w        c        c        J        J        7        8        5        y
s        s        f        f        k        k        9        0        j        8
x        x        p        p        m        m        1        3        p        0

Thanks.

Viewing all articles
Browse latest Browse all 16232

Trending Articles