I'm trying to use grep to find non-plural instances of a particular string.
For example, I want to find all instances of "string", but leave out any instances of "strings".
How can I do this?
Edit: I do want to find instances that are followed by other characters. I literally just need to leave out the ones that end in 's'