So I'm trying to cat the output of a log file with multiple mac address on each line, but I also want to exclude mac address's in that file that exist in another log file.
I've tried a few commands with sed, awk and grep but not having any luck.
Thanks in advance for your answers.