Skip to content

Instantly share code, notes, and snippets.

@sunb0002
Last active April 4, 2019 12:41
Show Gist options
  • Save sunb0002/efb5ccd3742083e5846dccd653ac45ef to your computer and use it in GitHub Desktop.
Save sunb0002/efb5ccd3742083e5846dccd653ac45ef to your computer and use it in GitHub Desktop.
ls *finanti*.sql | grep -E -v "^(1B|1C)" | xargs -I {} echo "-f {}" | xargs
// xargs supports parallel execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment