For most applications, users want case-insensitive. I am looking for the opposite.
If I use "moss" cmd:
It returns a 1 if it finds "george" within the string variable (v1). I only want it to count an occurrence if it finds the exact (case-sensitive) string ("George").
Or do I need to use nss cmd within egenmore. Or is there a better command then nss?
Thanks in advance.
If I use "moss" cmd:
Code:
moss v1, match("George") prefix(geo1)
Or do I need to use nss cmd within egenmore. Or is there a better command then nss?
Thanks in advance.
Comment