Skip to content

Instantly share code, notes, and snippets.

@Sacristan
Last active August 29, 2015 14:03
Show Gist options
  • Save Sacristan/1a65033309e13cd97b01 to your computer and use it in GitHub Desktop.
Save Sacristan/1a65033309e13cd97b01 to your computer and use it in GitHub Desktop.
check banklink transaction 1001 code
for TRANS in `cat ~/transactions`; do echo "__"$TRANS"__" && cat ~/apps/nordenhealth/shared/log/unicorn.log | grep '"VK_SERVICE"=>"1101"' | grep '"VK_STAMP"=>"'$TRANS'"' ; done
for TRANS in `echo 102344`; do echo "__"$TRANS"__" && cat ~/apps/nordenhealth/shared/log/unicorn.log | grep '"VK_SERVICE"=>"1101"' | grep '"VK_STAMP"=>"'$TRANS'"' ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment