The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-05-2002
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,452
That _^H is the underline character followed by a backspace character. Most printers will allow something like "_^Hx" which results in a underlined x. But in vi you will see the actual characters.

If you want a man page that looks good in vi, you want to delete the underlines. Here is a way:
man command | col -b > command.txt