Skip to content

Instantly share code, notes, and snippets.

@matiasherranz-santex
Created June 23, 2015 18:22
svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u > authors-transform.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment