![]() |
|
|
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 |
| how to delete content in a file (delete content only) | kittusri9 | Shell Programming and Scripting | 5 | 05-15-2008 02:12 PM |
| delete in c++ | nandlal | High Level Programming | 4 | 02-02-2008 12:48 PM |
| C++ = new and delete | arun.viswanath | High Level Programming | 3 | 09-13-2005 11:16 PM |
| delete | lesstjm | UNIX for Dummies Questions & Answers | 3 | 11-08-2001 03:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Delete ^ using sed
Hi All,
I am very new to UNIX... I was trying to delete ^ from a file and save it with different name... The version is AIX 5.3 The input file is in this directory /a/b The Input file name is o9876.out I want the output file in same path with different name like ABC.txt This was the command I was using to run in UNIX Box sed "s/\^//g" /a/b/o9876.out > a/b/ABC.txt In the output file it is giving all blank.. can anybody tell me what could be the problem..... Thx a lot for the Help........ Regards, US |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|