Skip to content

Instantly share code, notes, and snippets.

@ype
Created April 18, 2015 13:20
Show Gist options
  • Save ype/eb1d9f953df172f81bd0 to your computer and use it in GitHub Desktop.
Save ype/eb1d9f953df172f81bd0 to your computer and use it in GitHub Desktop.
filters sorted csv of repos with headers "line, url, tag, branch"
csvsort repo_branch_master.csv >> repo_bmaster_sorted.csv && sed -e '1s/.*_.*\,.*\,.*\,.*/line\,url\,tag\,branch/g' repo_bmaster_sorted.csv > repo_bmaster.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment