![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using awk to get columns from different files | cosmologist | UNIX for Dummies Questions & Answers | 3 | 3 Weeks Ago 11:25 AM |
| Adding columns of two files | chandra321 | Shell Programming and Scripting | 7 | 05-06-2009 01:11 PM |
| combining columns from different files | iomaire | Shell Programming and Scripting | 10 | 02-14-2009 04:57 AM |
| Comparing Columns of two FIles | ggopal | Shell Programming and Scripting | 4 | 02-21-2007 08:06 PM |
| Comparing Columns of two FIles | ggopal | UNIX for Advanced & Expert Users | 1 | 02-17-2007 04:11 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to combine 500 .txt files when the default is 12 using 'paste'?
Hi,
I want to combined 500 .txt files (each file only has one line) to a single txt file (A.txt). for example, A1.txt with 12 23 34 45 A2.txt with 56 67 78 89 ...etc, so I have A1.txt, A2.txt... , A499.txt, A500.txt so the results suppose to be A.txt with 12 56 .... (500 columns) 23 67 .... (500 columns) 34 78 .... (500 columns) 45 89 .... (500 columns) I use "paste A* > A.txt", but it seems that there are too many files to be combined, but unix only allows 12 files to put together. Are there any other ways to do it? Thanks a lot~! Last edited by AMBER; 06-18-2009 at 03:41 AM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|