How to insert new-line, between lines of a text file, if two consecutive lines have different first fields? – Photoshop
I'm producing a text file (in zsh on MacOS) containing pathnames and their associated checksums. # finding all the files in a directory and checksumming them find . -type f -exec md5 -r {} ; > file1.txt # sorting the…