I have a quick (and probably simple) question. I have a script that uses a simple /FullName/ && print; statement. The problem is that the file it is searching from has multiple lines that have AltFullName as well as FullName and it prints both. I don't want the AltFullNames, just the FullNames.
I tried doing /[^Alt]FullNames/ && print; but it didn't print any FullNames!
Thanks for any help!
I tried doing /[^Alt]FullNames/ && print; but it didn't print any FullNames!
Thanks for any help!