Re: "ls | less" whith 2.2.12

Jayson Nordwick (nordwick@scam.xcf.berkeley.edu)
Fri, 17 Sep 1999 13:31:00 -0700


>On Fri, Sep 17, 1999 at 12:49:12PM -0400, owner-linux-kernel-digest@vger.rutger
s.edu wrote:
>
>The output of
>/usr/src/linux # ls | less
>whith 2.2.12
>is
>ESC[0mESC[0mCOPYINGESC[0m
>ESC[0mCREDITSESC[0m
>ESC[01;34mDocumentationESC[0m
>ESC[0mMAINTAINERSESC[0m
>ESC[0mMakefileESC[0m
>ESC[0mREADMEESC[0m
>ESC[0mREPORTING-BUGSESC[0m
>ESC[0mRules.makeESC[0m
>ESC[01;34marchESC[0m
>ESC[01;34mdriversESC[0m
>ESC[01;34mfsESC[0m
>ESC[01;34mincludeESC[0m
>ESC[01;34minitESC[0m
>ESC[01;34mipcESC[0m
>ESC[01;34mkernelESC[0m
>ESC[01;34mlibESC[0m
>....
>
>There is problem whith console driver ????
>
>Ciao
> ---daniele---
>--
>
>I giorni indimenticabili della vita di un uomo sono cinque o sei
>in tutto. Gli altri fanno volume.
> E. Flaiano
> ---------------------
> <B0><B0><B0> Written and sent with only FREE and OPEN SOURCE software <B0><B0>
<B0>
>

No, this is not a console driver problem.

'less' prints out extended characters in inverse, to prevent that give it
the '-r' flag to tell it to displahy it raw:

ls | less -r

-jason

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/