JanisKedanis
Programmer
Is there a way to locate a character string across multiple fields with one command? I think I can do something like:
locate for "find this " $ field1 .or. "find this" $ field2 BUT that would be VERY VERY slow! Is there a better way to do this?
I read somewhere once something about a % function, but I can't quite remember what!
Thanks for the help
locate for "find this " $ field1 .or. "find this" $ field2 BUT that would be VERY VERY slow! Is there a better way to do this?
I read somewhere once something about a % function, but I can't quite remember what!
Thanks for the help