Skip to content

Instantly share code, notes, and snippets.

@yoni
Created July 22, 2013 04:14
Show Gist options
  • Save yoni/6051251 to your computer and use it in GitHub Desktop.
Save yoni/6051251 to your computer and use it in GitHub Desktop.
Splits the Lending Club summary file into it's parts
#!/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