LoginSignup
17
17

More than 5 years have passed since last update.

sshを使って他サーバのファイルとdiff比較する

Posted at

ほぼ自分用メモですが

ssh hoge@remotehost "cat ~/hogehoge.txt" | diff - ~/hogehoge.txt
diffにオプションつける場合はハイフンを追加して適当に。

17
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
17