60e1a77696
Properly handle grep output to prevent newlines and invalid values: - Use explicit if/else instead of || fallback operator - Strip all whitespace from grep results - Validate variables match numeric pattern before use - Set to 0 if validation fails Prevents 'integer expression expected' errors when comparing values