Skip to content

Instantly share code, notes, and snippets.

@jsam
Created May 20, 2013 21:12
Show Gist options
  • Save jsam/5615617 to your computer and use it in GitHub Desktop.
Save jsam/5615617 to your computer and use it in GitHub Desktop.
find . -mtime 0 -print | awk '{print "scp "$0" user@hostname:/a/b"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment