I want to see the differences of 2 files that not in the local filesystem but on the web. So, i think if have to use diff
, curl
and some kind of piping.
Something like
curl http://to.my/file/one.js http://to.my/file.two.js | diff
but it doesn't work.