When migrating to IPv6 you may wonder the equivalent of arp is when you are trying to match MAC addresses with IP addresses. IPv6 uses Neighbor Discovery Protocol in place of IPv4’s...
Posts by jim
In my research on questions people are searching for, I was surprised to find people asking about comments. I’m here to serve. Adding comments to your scripts helps people—including your later...
I do this all the time. Turn a list of items or an array of strings into a comma-separated string. Or delimited by another character, a space, or even just smashed together. So how do you...