Find and Grep?
Being a bit new to this I probably doing something wrong, this is also on Solaris rather than Linux, but I assume it should be similar.
I was trying to use find and grep the other day to look for a word in all files within a directory and sub directories. But had trouble getting it to work.
Command was grep -li management `find . -type f` > /tmp/latfile.lst
Result is ksh: /bin/grep: arg list too long
Any help would be appreciated, thanks.