Skip to content

Instantly share code, notes, and snippets.

@hoto
Created June 11, 2017 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoto/481a3c57edc3a3913c97c2dff4ce91d2 to your computer and use it in GitHub Desktop.
Save hoto/481a3c57edc3a3913c97c2dff4ce91d2 to your computer and use it in GitHub Desktop.
copy text file to remote server over ssh
cat file.txt | ssh develop "cat >> /tmp/file.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment