Posts in 2021
-
Linux - Sort Sandwich
04.09.2021 in Scripting
Analyzing Logs with the Linux Sort Sandwich In a perfect world, we’d always have access to a nice pretty graphical interface where all our data is co-located and happy. Unfortunately, that’s not always the case. Here I’ll walk …
Posts in 2020
-
PS - Counting CSV Items
29.08.2020 in Scripting
Problem? I needed to get a unique count of items in a CSV file. Specifically, this was part of converting a CSV to JSON. PowerShell actually makes this pretty simple, but there are a few considerations in the code. TL/DR - The Function I’ll go …