Feb 23, 2003 #1 mgrun IS-IT--Management Jul 15, 2002 44 IL Hello I need to find a certain pattern within a whole bunch of files which are in a directory tree. Anybody know how? With THanks, Micha Micha Grunberg Unix Sys-Admin
Hello I need to find a certain pattern within a whole bunch of files which are in a directory tree. Anybody know how? With THanks, Micha Micha Grunberg Unix Sys-Admin
Feb 23, 2003 #2 olded Programmer Oct 27, 1998 1,065 US a way: find . -exec grep certainpattern {} \; -print Upvote 0 Downvote