Visualise the Tracking and Advertising on a Webpage
pagexray.fouanalytics.com2 ポイント投稿者 herne0 コメント
justA() { comm -23 <(sort -u "$1") <(sort -u "$2"); }
justB() { comm -13 <(sort -u "$1") <(sort -u "$2"); }
bothAB() { comm -12 <(sort -u "$1") <(sort -u "$2"); }