Skip to content

Instantly share code, notes, and snippets.

@cherniag
Created August 4, 2017 13:06
Show Gist options
  • Save cherniag/3804cea31046e8b536b52c4c79dc9dc5 to your computer and use it in GitHub Desktop.
Save cherniag/3804cea31046e8b536b52c4c79dc9dc5 to your computer and use it in GitHub Desktop.
mac console
for db in {file1,file2} ; do scp user@host:/tmp/${db}.sql ./folder_name ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment