Compare two files from the web
suggest changeThe following compares two files with diff
using process substitution instead of creating temporary files.
diff <(curl http://www.example.com/page1) <(curl http://www.example.com/page2)
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents