×

Loading...

Ask advice from UNix gurus...

I am using an AIX machine and I frequently issue the following command to search for a word in all the files under the corrent directory:

find . -name "*" -exec grep -l "xyz" {} \;

However, I frequently get the following error message:

grep: 0652-226 Maximum line length of 2048 exceeded.

Can anybody tell me how to cure it?
thank you in advance.
Sign in and Reply Report

Replies, comments and Discussions: