![]() |
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 |
| screen control characters | ajcannon | Shell Programming and Scripting | 2 | 09-18-2007 04:18 AM |
| Which one is faster to remove control m characters? | madhunk | Shell Programming and Scripting | 11 | 08-16-2006 12:55 PM |
| how to replace control characters using sed? | hillxy | Shell Programming and Scripting | 5 | 10-16-2003 10:12 AM |
| getting rid of control characters | apalex | UNIX for Dummies Questions & Answers | 2 | 07-12-2001 02:12 AM |
| printing control characters | mglinsk | UNIX for Dummies Questions & Answers | 1 | 09-20-2000 04:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Remove control characters
Hi,
When I do a man and save it into a file, I end up getting a lot of control characters. How can I remove them?? I tried this: /1,$ s/^H//g But I get an error saying "no previous regular expression". Can someone help me with this. Thanks, Aravind |
|
||||
|
Re: Remove control characters
Aravind,
I presume, you want to save your man pages for future reference or for printing purpose.What I would suggest is to try the following command: # man ls | col -b > filename where, ls - is the command whose man pages are required. filename - is the name of the file to be saved. I'm sure this will solve your problem. Minaz Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|