![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reducing Risk Versus Eliminating Risk | iBot | IT Security RSS | 0 | 05-29-2008 03:50 PM |
| Regular Expressions | ramky79 | UNIX for Advanced & Expert Users | 3 | 05-21-2008 06:13 PM |
| UrgentPlease: compare 1 value with file values eliminating special characters | kittusri9 | Shell Programming and Scripting | 10 | 04-28-2008 05:51 AM |
| Eliminating whitespaces during reading of a field. | videsh77 | Shell Programming and Scripting | 4 | 12-13-2004 12:52 PM |
| Regular Expressions | AresMedia | Shell Programming and Scripting | 1 | 08-22-2002 04:55 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Eliminating characters between two expressions
Hi I have to eliminate all characters between ^ and a space in a file.
Following lines - Test ^ H^@^@^@^@^@^@^B^VDM-BM-$|M-^_M-F^AM- File1 Test^H^@^@^@^@^@^F^A^X^@^SM-s^TM-3M-G^A File2 Should be printed as below Test File1 Test File2 I used sed '/^/,/ /d' command, but it is not working. Please help me out. Thanks & Regards Sheshadri |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|