Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Created July 9, 2012 20:23
Show Gist options
  • Save emileswarts/3078675 to your computer and use it in GitHub Desktop.
Save emileswarts/3078675 to your computer and use it in GitHub Desktop.
Append to file
cat localfile | ssh user@host "cat >>remotefile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment