Found while doing forensics on some rediscovered loose flash drives.

  • bleistift2@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    What you’re showing here is an extra processing step, but I wouldn’t call that manual.

    Yes, it’s not manual by the dictionary definition, but it is an extra step. This is another meaning of manual in my particular bubble.

    But a much better idea would be to use sensors -j to get json output, intended for machine reading, and pass that to jq.

    This is my initial point, exactly. Dealing with objects is way easier than using the ‘default’ line-wise processing. Only Powershell made that the default, while in Linux you need to hope that utilities have an option to toggle it on – and then also have jq installed to process the objects.