IBM interview question

Write a linux command to find files with a specific character in it.

Interview Answer

Anonymous

16 Oct 2024

grep -rl 'character_or_string' /path/to/search