Created
April 18, 2015 13:20
-
-
Save ype/eb1d9f953df172f81bd0 to your computer and use it in GitHub Desktop.
filters sorted csv of repos with headers "line, url, tag, branch"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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