Michael recently wrote Search400.com with this question:
"Every day we have hundreds of very small 1K to 100K files written to a directory (JDEB7333) on our IFS. All the files have the same extension of .log. Is there a native command or a utility (free or subscription) that you are aware of that will search the entire JDEB7333 directory for files with a .log extension for a keyword, such as "error" or "failed"?"
Think you can help?
Michelle Davidson
Editor
Search400.com
mdavidson@techtarget.com
Software/Hardware used:
ASKED:
August 10, 2005 9:03 AM
UPDATED:
August 11, 2005 8:52 AM
or just to look for a string within the IFS file.
Try this in qsh.
cat *.log |grep failed