Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeansymolanza/67aff3fbeb4cecd2c5a329ee5fa18c3d to your computer and use it in GitHub Desktop.
Save jeansymolanza/67aff3fbeb4cecd2c5a329ee5fa18c3d to your computer and use it in GitHub Desktop.
for ((i = 0; i < ${#UD_COUNTERPARTY_LIST[@]}; i += 20)); do
cd "$UDTHOME/BARCAP.UD"
counterparties_batch="${counterparty_list[@]:i:20}"
Execute "DELETE CPTY $counterparties_batch" || true
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment