freebsd-dev/usr.bin/sed
Suleiman Souhlal bdd72b703b Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.
For example,
	sed /foo/Id
	sed s/foo/bar/Ig

Reviewed by:	dds
Approved by:	re (hrs)
2007-07-04 16:42:41 +00:00
..
compile.c Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00
defs.h Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00
extern.h Don't forget to clear out the hold space for each subsequent file 2007-06-12 12:05:24 +00:00
main.c Don't forget to clear out the hold space for each subsequent file 2007-06-12 12:05:24 +00:00
Makefile Kill superfluous blank line. 2002-06-17 08:21:53 +00:00
misc.c Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived 2004-08-09 15:29:41 +00:00
POSIX style(9): 2007-04-06 08:43:30 +00:00
process.c Drop the argument to the OUT macro because it can't emit 2007-06-12 12:17:25 +00:00
sed.1 Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00