How to find out a specific string in a set of files
Go to the topmost level and then run this comand
find . -exec grep -l “mankad” ‘{}’ \; > /user/x0032906/Public/Files_containing_string_mankad.csv
Go to the topmost level and then run this comand
find . -exec grep -l “mankad” ‘{}’ \; > /user/x0032906/Public/Files_containing_string_mankad.csv