> I want to find all instances of "delete" not followed by "from".
grep -i 'delete [^f][^r][^o][^m][^ ]' ...
Mike808/
sed '/^[when][coders]/!d
/^...[discover].$/d
/^..[real].[code]$/!d
'
/usr/share/dict/words
---------------------------------------------
http://www.valuenet.net
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.