Re: Blank lines not being squeezed
From: Chris F.A. Johnson (c.fa.johnson_at_rogers.com)
Date: 03/26/04
- Next message: Fred Ma: "Re: Blank lines not being squeezed"
- Previous message: Fred Ma: "Blank lines not being squeezed"
- In reply to: Fred Ma: "Blank lines not being squeezed"
- Next in thread: Fred Ma: "Re: Blank lines not being squeezed"
- Reply: Fred Ma: "Re: Blank lines not being squeezed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Mar 2004 04:18:06 GMT
On Fri, 26 Mar 2004 at 04:03 GMT, Fred Ma wrote:
>
> I was using various methods to turn a few man pages
> into compact text pages. In bash notation:
>
> man man | PAGER -s | col -bx >| TextFile.txt
man man | col -bx | tr -s '\n' >| TextFile.txt
--
Chris F.A. Johnson http://cfaj.freeshell.org/shell
===================================================================
My code (if any) in this post is copyright 2004, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
- Next message: Fred Ma: "Re: Blank lines not being squeezed"
- Previous message: Fred Ma: "Blank lines not being squeezed"
- In reply to: Fred Ma: "Blank lines not being squeezed"
- Next in thread: Fred Ma: "Re: Blank lines not being squeezed"
- Reply: Fred Ma: "Re: Blank lines not being squeezed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|