![]() |
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 |
| Replacing Comma by Tab | Serious Sam | UNIX for Dummies Questions & Answers | 9 | 01-16-2009 05:21 PM |
| vi or vim replace ,$ (eol) with just a comma | dbauhaus | UNIX and Linux Applications | 6 | 10-02-2008 09:02 AM |
| Split by comma | mahalakshmi | Shell Programming and Scripting | 2 | 12-18-2006 08:16 AM |
| Comma seperator | premar | Shell Programming and Scripting | 6 | 02-17-2006 04:16 AM |
| Add a comma at end of every line | ST2000 | Shell Programming and Scripting | 4 | 07-14-2002 06:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I got the answer I wanted!
correct me if I'm wrong... here Perderabo used sed with a tagged regular expression \(^.....\) -- this will tag the first 5 characters in the input string \1, -- \1 refers the above tagged 5 characters and just put a , after that... this is elegant... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|