
`eval` is a much bigger hammer than we need here, so let's try to avoid that. Also, we can use the builtin `read` instead of shelling out to `grep` which will be slightly more efficient.
`eval` is a much bigger hammer than we need here, so let's try to avoid that. Also, we can use the builtin `read` instead of shelling out to `grep` which will be slightly more efficient.