![]() |
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 |
| delete a special character in file | srivsn | Shell Programming and Scripting | 1 | 03-15-2006 06:45 AM |
| delete a special character in file | srivsn | Shell Programming and Scripting | 3 | 03-07-2006 08:18 AM |
| Problem deleting file with special character | hart1165 | UNIX for Dummies Questions & Answers | 2 | 12-07-2005 11:29 AM |
| Mount a character special file | MuellerUrs | SUN Solaris | 1 | 07-15-2005 12:36 PM |
| special character ? | mile1982 | High Level Programming | 1 | 10-19-2004 08:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Special character in my file
I have a special character in my file. It displays as a '#' sign but when I do this command I do not find the line.
fgrep 'G#ant' file1 I want to replace the special character with another value but I need to know what character it really is. Any ideas on how to replace this '#' value with a space. I tried sed 's/G#ant/G ANT/g' file1> file2 but it does not work. thanks for any help. Ryan |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|