Skip to content

Instantly share code, notes, and snippets.

@ciela
Created March 14, 2014 06:08
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 ciela/9542839 to your computer and use it in GitHub Desktop.
Save ciela/9542839 to your computer and use it in GitHub Desktop.
リモートサーバ上のファイルとローカルマシン上のファイルのdiff ref: http://qiita.com/ciela/items/4896287fc0532cf388fe
ssh [remotehost] 'cat /path/to/the/remote/file' | diff - /path/to/the/local/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment