![]() |
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 |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk - Summing a field based on another field | treesloth | UNIX for Dummies Questions & Answers | 7 | 06-21-2009 06:04 PM |
| Sort alpha on 1st field, numerical on 2nd field (sci notation) | FrancoisCN | Shell Programming and Scripting | 1 | 06-12-2009 10:45 AM |
| Find top N values for field X based on field Y's value | FrancoisCN | Shell Programming and Scripting | 1 | 05-29-2009 09:57 AM |
| Retrieve 5th Field to Last Field !! | jobbyjoseph | UNIX for Dummies Questions & Answers | 3 | 05-16-2007 03:20 AM |
| Moving Part of a field to another field using AWK | rjsha1 | Shell Programming and Scripting | 5 | 08-04-2006 05:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I have a tab delimitted dataset with 4 fields. I like to split the second field into two, and have 5 fields. I like to remove the "-" sign when I get a new fiel. would you help?
It is like: 1223 100-5 rr dd I need it like: 1223 100 5 rr dd |
|
||||
|
awk/sed for splitting a field into two
Many thanks scottn! It worked perfectly.
|
| Sponsored Links | ||
|
|