From owner-freebsd-newbies Tue May 23 6:39:26 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from hotmail.com (f231.law9.hotmail.com [64.4.9.231]) by hub.freebsd.org (Postfix) with SMTP id B819037BA37 for ; Tue, 23 May 2000 06:39:23 -0700 (PDT) (envelope-from midios3@hotmail.com) Received: (qmail 31499 invoked by uid 0); 23 May 2000 13:39:22 -0000 Message-ID: <20000523133922.31498.qmail@hotmail.com> Received: from 195.66.101.72 by www.hotmail.com with HTTP; Tue, 23 May 2000 06:39:22 PDT X-Originating-IP: [195.66.101.72] From: "Dimitrios T." To: freebsd-newbies@FreeBSD.org Subject: I've tried them all. They all work :) Date: Tue, 23 May 2000 13:39:22 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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" added: >Actually, just pip it to more like 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 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