Skip to content

Instantly share code, notes, and snippets.

@jeffnem
Created August 28, 2015 20:32
Show Gist options
  • Save jeffnem/5c95d3237b7596296748 to your computer and use it in GitHub Desktop.
Save jeffnem/5c95d3237b7596296748 to your computer and use it in GitHub Desktop.
bash tricks
# generate a deploy.list file
ls *.sql | xargs -n1 basename >deploy.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment