![]() |
|
|
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 |
| Copying Text between two unique text patterns | spindoctor | UNIX for Dummies Questions & Answers | 3 | 01-16-2009 03:42 AM |
| c program to extract text between two delimiters from some text file | kukretiabhi13 | High Level Programming | 7 | 12-03-2008 06:29 PM |
| Building Full-Text Search Applications with Oracle Text | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| text formating/Text space padding | hugow | UNIX for Dummies Questions & Answers | 6 | 06-29-2005 10:49 AM |
| grep multiple text files in folder into 1 text file? | coppertone | UNIX for Dummies Questions & Answers | 7 | 08-23-2002 03:50 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
columnating text
I have a file /T, where the text of that file is:
1 2 3 4 5 6 I wish to change that to a two-column format column </T --(output set to new document) gets: 1 2 3 4 5 6 which probably makes sense as I have no option and no argument. column -c <T (output set to new document) yields nothing, which makes sense because I haven't specified an argument column -c 2 </T -- (output set to new document) I expect 1 2 3 4 5 6 BUT get 1 2 3 4 5 6 It would seem I'm specifying the argument incorrectly. If that's true, what is the proper syntax? And, if I can get past the above problem, what's the story with an -x option; it doesn't appear in the "man column" I've looked at, but elsewhere I've seen it stated that (with that option) I should get: 1 4 2 5 3 6 help? TIA |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|