![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Replace columns from File1 with columns from File2 | seijihiko | UNIX for Dummies Questions & Answers | 1 | 04-22-2009 03:34 AM |
| 3 columns to 10 columns convertion | aloctavodia | Shell Programming and Scripting | 4 | 02-14-2009 12:51 AM |
| aside from paste | kenshinhimura | Shell Programming and Scripting | 3 | 03-11-2008 01:16 AM |
| cut & paste | t_harsha18 | Shell Programming and Scripting | 3 | 10-02-2005 03:16 AM |
| awk or sed or paste | leprichaun | UNIX for Dummies Questions & Answers | 3 | 11-16-2003 07:58 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
cut and paste columns using awk
Hi,
Let's say that I have a file called table, I know that if I need to see a the second column for exampls I use: awk ' {print $2}' table.txt Is there anyway to use awk to actually cut a column and put it somewhere else in the table? ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|