Created
June 11, 2017 16:26
-
-
Save hoto/481a3c57edc3a3913c97c2dff4ce91d2 to your computer and use it in GitHub Desktop.
copy text file to remote server over ssh
This file contains hidden or 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
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