I write about

    Reverse sort order of a multicolumn file in BASH

    I wanted to do some code clean up with flake8 and in the midst of it all I wanted to start bottoms up, that way I do not have to re-run flake everytime I make a change as it would eventually messes with the line numbers. Reason for doing all this, is that code that isn’t PEP8 gives me goosebumps, some might say I have OCD on non-PEP8 code [Read More]