Created
March 20, 2019 05:56
-
-
Save polleyg/d5d6068a877a0c8152a2b78316775bd4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bq ls --format=csv foo | awk '{if(NR>1)print}' | awk -F, '{print $1}' | xargs -n 1 -P 4 -i bq cp foo.{} foobarred.{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment