And if you *really* want to add an extra bit of flair, you could use osascript from within powershell to actually save it out to an Excel/Numbers file.and if you really REALLY wanted to go hard into WTF land, you could have a script bundle with the p...
Oh no, i totally get it, having been in unixland since the SunOS/Solaris days. I've just had some...fun...times when I forgot that Unix semantics support != Unix, so I learned to do things the way PS wants early on. Saved a lot of time.now, if MS wou...
A really good series, and a good intro to PS. Some minor-ish points:While PS uses a lot of unix semantics, it is not always consistent with them, so overreliance on pipes to always do what you expect can trip you up in weird ways. For example, with C...