The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-29-2009
zaneded zaneded is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 8
split one column into multiple columns

hey guys...

Im looking to do the following:
1
2
3
4
5
6
7
8
9

Change to:
1 4 7
2 5 8
3 6 9

Did use | perl -lpe'$\=$.%3?$":"\n"' , but it doesnt give me the matrix i want.

Any help please?

Thanx