pmcmicha
Technical User
- May 25, 2000
- 353
I am using the korn shell in my unix system. I am attempting to grep more than 1 file at a time that have different names. I already tried to man grep, but it didn't produce any results that I could see would help. Here is an example of what I am trying to do...<br><br>Ex. cat file.log¦grep i9874 <br> cat file.log¦grep i9923<br> cat file.log¦grep un3249<br><br>How can I make this one long command or can I? Thanks