This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: col missing from cygwin


Aloha,

Brad Barber [mailto:bradb@atg.com] wrote on
Tuesday, March 27, 2001 4:37 PM:

> The unprintables are backspaces for enhancing the screen display of
> the page.  For straight ascii text, Unix in a Nutshell 
> recommends using
>         man find | col -b
> This is what I use on Unix systems.  It works well.

It may be a little off topic, but you may use the following one-liner
instead of 'col':

    perl -wpe 's/.\010//g'

HTH,
Arjen Bax
-- 
CMG Noord-Nederland B.V.
Sector Telecommunications & Utilities
Postbus 70237, 9704 AE  Groningen
Tel. (050)52 19 500, Fax (050)52 19 504
<http://www.cmg.nl> <http://www.cmg.com>

Adding manpower to a late software project makes it later.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]