Hello, I would like to find some keywords from many files in a directory. I once tried "cat * | grep KEYWORD". It works, but it can't tell me the file name in which the keyword is shown. Do you have any better solution or hint for me? Thanks a lot!