Skip to content

Instantly share code, notes, and snippets.

@boardstretcher
Last active December 22, 2015 13:58
Show Gist options
  • Save boardstretcher/6482240 to your computer and use it in GitHub Desktop.
Save boardstretcher/6482240 to your computer and use it in GitHub Desktop.
send a bzipped file over ssh
bzip2 -c $PATH | ssh $USER@$SERVER "bzip2 -dc > $TO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment