Skip to content

Instantly share code, notes, and snippets.

@bcapps
Created January 19, 2017 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcapps/f57f38bb30fa55efd6365999b0c0550e to your computer and use it in GitHub Desktop.
Save bcapps/f57f38bb30fa55efd6365999b0c0550e to your computer and use it in GitHub Desktop.
Bank of America allows downloading banking activity in a "printable text format." Use this command to scrub intra-bank transfers from that list to see all charges if you switch banks.
grep -vwE "(OVERDRAFT|overdraft|Overdraft|BKOFAMERICA MOBILE|CHECKCARD|KEEP THE CHANGE TRANSFER|Online Banking transfer|BankAmeriDeals CASHBACK|Preferred Rewards|Wire Transfer Fee)" yourExportFileName.txt > yourExportFileName-clean.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment