@ -924,10 +924,10 @@ _sed_i() {
}
_egrep_o() {
if _exists egrep; then
if _is_solaris; then
egrep -o "$1" 2>/dev/null
else
sed -n 's/.*\('"$1"'\).*/\1/p'
egrep -o "$1"
fi
The note is not visible to the blocked user.