![]() |
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 |
| Regular Expressions | ramky79 | UNIX for Advanced & Expert Users | 3 | 05-21-2008 05:13 PM |
| Help with regular expressions | arushunter | Shell Programming and Scripting | 13 | 12-24-2006 12:31 AM |
| regular expressions | jack1981 | Shell Programming and Scripting | 4 | 07-12-2006 03:10 PM |
| regular expressions in c++ | szzz | High Level Programming | 2 | 10-06-2003 10:33 AM |
| Regular Expressions | AresMedia | Shell Programming and Scripting | 1 | 08-22-2002 03:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Regular Expressions
How can i create a regular expression which can detect a new line charcter followed by a special character say * and replace these both by a string of zero length?
Eg: Input File san.txt hello hi *User Good *Morning Good Bye Applying sed command sed 's/Reg.Expr/g' san.txt ---------------------------------------> Desired output hello hiUser GoodMorning Good Bye What should be the value of Reg.Expr i.e. Regular Expression to get the desired output?? Please help |
![]() |
| Bookmarks |
| Tags |
| regex, regular expressions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|