我可以比较两个不同的网址/网站,而无需首先使用wget或先下载类似的文件.我尝试了以下,但收到以下错误.
[root@desktop ~]# diff http://www.example.net/index.php http://www.example.com/index.php
diff: http://www.example.net/index.php: No such file or directory
diff: http://www.example.com/index.php: No such file or directory
[root@desktop ~]#
Run Code Online (Sandbox Code Playgroud)