Date: Sun, 31 Mar 1996 08:38:39 +0200 (IST) From: Eli Zaretskii To: Wolfgang Molzer Cc: djgpp AT delorie DOT com Subject: Re: info sed, info grep In-Reply-To: <4je0a7$gtj@salomon.zfe.siemens.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 28 Mar 1996, Wolfgang Molzer wrote: > don't ask me why I want the online help for sed (v1.18) and grep (v2.0) which > come with djgpp v2. I know grep (much) and sed (less, but regexp and vi/ed is > nothing new to me, (g)awk ...) from HP-UX (more or less). What I need is an > up to date reference which also clearifies what is implemented and what not, > especially concerning the mentioned dos builds. The DJGPP ports of GNU software can only be held responsible to document what are the deviations in the functionality from the original programs on Unix platforms. Other than that, you get whatever docs there are (or aren't) in the original GNU distributions. In this case, GNU Grep comes with a man page as its only docs (you will find it in the binary distribution as `info/grep.doc') and GNU Sed comes with no docs at all, incredible as it is. > One example: [:alnum:] and other character classes seem not to work > with sed. AFAIK, it shouldn't. GNU Sed calls the regular expression library with a syntax that doesn't include support of such character classes.