Mail Archives: cygwin/2010/01/14/14:38:00
When doing man grep it blurted out many <##> hex codes. If I unset LANG, LA=
NGVAR I get extended ascii. I am using teraterm to connect via ssh.
LANG=3Den_US.iso885915
LANGVAR=3Den_US.UTF-8
LC_CTYPE=3Den_US.UTF-8
TERM=3Dvt100
When using the same setting on RHEL4, the output seems proper.
I cannot remember when the man output was last formatted correctly. Any adv=
ise on where to check next?
$ uname -a
CYGWIN_NT-5.1 phoenix 1.7.0(0.212/5/3) 2009-08-20 10:56 i686 Cygwin
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
GREP(1) User Commands =
GREP(1)
NAME
grep, egrep, fgrep <E2><88><92> print lines matching a pattern
SYNOPSIS
grep [OPTIONS] PATTERN [FILE...]
grep [OPTIONS] [<E2><88><92>^H<E2><88><92>e PATTERN | <E2><88><92>^H=
<E2><88><92>f FILE] [FILE...]
DESCRIPTION
grep searches the named input FILEs (or standard input if no files =
are named, or if a single hyphen<E2><80><90>minus (<E2><88><92>^H<E2>=CB=86=
88><92>) is given as
file name) for lines containing a match to the given PATTERN. By de=
fault, grep prints the matching lines.
In addition, two variant programs egrep and fgrep are available. eg=
rep is the same as grep <E2><88><92>^H<E2><88><92>E. fgrep is the same=
as
grep <E2><88><92>^H<E2><88><92>F. Direct invocation as either egre=
p or fgrep is deprecated, but is provided to allow historical applications =
that
rely on them to run unmodified.
OPTIONS
Generic Program Information
<E2><88><92>^H<E2><88><92><E2><88><92>^H<E2><88><92>help Print a usa=
ge message briefly summarizing these command<E2><80><90>line options and th=
e bug<E2><80><90>reporting address, then exit.
<E2><88><92>^H<E2><88><92>V, <E2><88><92>^H<E2><88><92><E2><88><92>^=
H<E2><88><92>version
Print the version number of grep to the standard output strea=
m. This version number should be included in all bug
reports (see below).
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
GREP(1) User Commands =
GREP(1)
NAME
grep, egrep, fgrep =C3=A2=CB=86=E2=80=99 print lines matching a patt=
ern
SYNOPSIS
grep [OPTIONS] PATTERN [FILE...]
grep [OPTIONS] [=C3=A2=CB=86=E2=80=99e PATTERN | =C3=A2=CB=86=E2=80=
=99f FILE] [FILE...]
DESCRIPTION
grep searches the named input FILEs (or standard input if no files =
are named, or if a single hyphen=C3=A2=E2=82=AC=C2=90minus (=C3=A2=CB=86=E2=
=80=99) is given as
file name) for lines containing a match to the given PATTERN. By de=
fault, grep prints the matching lines.
In addition, two variant programs egrep and fgrep are available. eg=
rep is the same as grep =C3=A2=CB=86=E2=80=99E. fgrep is the same as
grep =C3=A2=CB=86=E2=80=99F. Direct invocation as either egrep or =
fgrep is deprecated, but is provided to allow historical applications that
rely on them to run unmodified.
OPTIONS
Generic Program Information
=C3=A2=CB=86=E2=80=99=C3=A2=CB=86=E2=80=99help Print a usage message=
briefly summarizing these command=C3=A2=E2=82=AC=C2=90line options and the=
bug=C3=A2=E2=82=AC=C2=90reporting address, then exit.
=C3=A2=CB=86=E2=80=99V, =C3=A2=CB=86=E2=80=99=C3=A2=CB=86=E2=80=99ve=
rsion
Print the version number of grep to the standard output strea=
m. This version number should be included in all bug
reports (see below).
Matcher Selection
=C3=A2=CB=86=E2=80=99E, =C3=A2=CB=86=E2=80=99=C3=A2=CB=86=E2=80=99ex=
tended=C3=A2=CB=86=E2=80=99regexp
Interpret PATTERN as an extended regular expression (ERE, see=
below). (=C3=A2=CB=86=E2=80=99E is specified by POSIX.)
=C3=A2=CB=86=E2=80=99F, =C3=A2=CB=86=E2=80=99=C3=A2=CB=86=E2=80=99fi=
xed=C3=A2=CB=86=E2=80=99strings
Interpret PATTERN as a list of fixed strings, separat=
ed by newlines, any of which is to be matched. (=C3=A2=CB=86=E2=80=99F is
specified by POSIX.)
=C3=A2=CB=86=E2=80=99G, =C3=A2=CB=86=E2=80=99=C3=A2=CB=86=E2=80=99ba=
sic=C3=A2=CB=86=E2=80=99regexp
Interpret PATTERN as a basic regular expression (BRE, see bel=
ow). This is the default.
=C3=A2=CB=86=E2=80=99P, =C3=A2=CB=86=E2=80=99=C3=A2=CB=86=E2=80=99pe=
rl=C3=A2=CB=86=E2=80=99regexp
Interpret PATTERN as a Perl regular expression. This is high=
ly experimental and grep =C3=A2=CB=86=E2=80=99P may warn of unimplemented
features.
--
-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal Consultant 10 West 24th Street #100 -
- +1 (443) 269-1555 x333 Baltimore, Maryland 21218 -
- -
-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-
This message is copyright PD Inc, subject to license 20080407P00.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -