5737b690dc
. for /usr/share/misc/style, NetBSD coding style . and for indent.pro (style-compatible indent(1) indenting profile)
10 lines
158 B
Sed
10 lines
158 B
Sed
# $NetBSD: domains.sed,v 1.3 2007/09/29 15:40:31 hubertf Exp $
|
|
s/<[^>]*>//g
|
|
/  / {
|
|
s/ / /g
|
|
s/&#[0-9]*;/ /g
|
|
s/ */ /g
|
|
s/^ *\.//
|
|
s/
|
|
$//
|
|
p
|
|
}
|