Created
July 22, 2013 04:14
-
-
Save yoni/6051251 to your computer and use it in GitHub Desktop.
Splits the Lending Club summary file into it's parts
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
#!/usr/bin/env sh | |
LENDING_CLUB_FILE=$1 | |
csplit -f LendingClubStats $1 '/^Loans that do not meet the current credit policy/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment