Coder's Guild Mailing List

re: dictionary file in linux

Posted by Buettner, Charles on 1999-04-26

>actually a find is much better for this:

>find / -name "*wads*"

you can also remove any unwanted output by typing

    find / -name "*wads*" -print 2> /dev/null

DarkCrystal