grep searches for regexp by default on Linux, and the '-F' switch is required for the exact string. Corrected by replacing search_string with search_pattern, or adding the mentioned switch.
grep searches for regexp by default on Linux, and the '-F' switch is required for the exact string. Corrected by replacing search_string with search_pattern, or adding the mentioned switch.