![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RegExp - settle a bet | earnstaf | UNIX for Dummies Questions & Answers | 2 | 04-17-2008 02:23 PM |
| regexp help | TinCanFury | Shell Programming and Scripting | 0 | 04-06-2008 06:21 PM |
| perl regexp | mirusnet | Shell Programming and Scripting | 1 | 04-04-2008 04:15 PM |
| regexp | penfold | UNIX for Advanced & Expert Users | 1 | 06-28-2005 07:45 AM |
| vi + regexp + substitute | Lomic | UNIX for Dummies Questions & Answers | 9 | 12-10-2004 10:50 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
regexp with sed again!!!
please help:
I want to add 1 space between string and numbers: input file: abcd12345 output file: abcd 1234 The following sed command does not work: sed 's/\([a-z]+\)\([0-9]+\)/\1 \2/' file Any ideas, please Andy |
|
|||||
|
can for for this also..
Quote:
www.openhat.org |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|