Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2000 13:39:22 GMT
From:      "Dimitrios T." <midios3@hotmail.com>
To:        freebsd-newbies@FreeBSD.org
Subject:   I've tried them all. They all work :)
Message-ID:  <20000523133922.31498.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi all, and thanks for the feedback :)

About that man's (unconvertable) bolt text...

>alboissy@airfrance.fr quoth:

>There's a great mode in X(Emacs) : M-x man. It opens man pages in >buffers.
>Very cool !

Indeed! I've tried it. :)

>"Haikal Saadh" <wyldephyre2@yahoo.com> added:

>Actually, just pip it to more like <man sh | more> and when the lot >comes 
>on screen, you can use your fav. vi functions by hitting ':'. so you can do 
>things like :s/foo etc.

True! how could I guess? :)

>keramida@ceid.upatras.gr suggested:
>% man sh | sed -e 's/.^H//g' > sh.txt

It works! Even though I don't quite understand the sed part :(

And about chopping off the .txt extension:

>Darren Wyn Rees <merlin@netlink.co.uk> adviced:

>for f in *
>do
>FNEW=`echo $f | sed -e 's/\.txt$//'`
>        mv $f $FNEW
>done

This one looks more mysterious than previous suggestions
( like for example:    do mv $f ${f%%.txt} done   )
but works just fine, all of the same :) Thanks Darren!

I think I better go and look at sed's man-page once more..

nice to have you around all you ppl,
bye
Dimitri
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000523133922.31498.qmail>