Search for a string in files
To search a string in all the files in a directory and its subdirectory:
grep -lir "string to find" *
seen from Kuwait
seen from Japan
seen from United States
seen from United States
seen from China
seen from China
seen from China
seen from China
seen from Argentina
seen from United States

seen from Finland

seen from Malaysia
seen from United States

seen from United States

seen from Maldives
seen from United States
seen from China
seen from China

seen from Jordan
seen from China
Search for a string in files
To search a string in all the files in a directory and its subdirectory:
grep -lir "string to find" *