{
  "slug": "find-feed-links-missing-from-sitemap",
  "title": "Find Feed Links Missing from the Sitemap",
  "fixture": "containers/static-seo-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 179,
  "stdout": "::fixture-ready::\n$ grep -o '<link>https://example.com/[^<]*</link>' public/feed.xml | sed 's#<link>##;s#</link>##'\nhttps://example.com/blog/post.html\nhttps://example.com/news/missing.html\n::exit-code::0\n$ grep -o '<link>https://example.com/[^<]*</link>' public/feed.xml | sed 's#<link>##;s#</link>##' | while read -r url; do grep -q \"$url\" public/sitemap.xml || echo \"$url\"; done\nhttps://example.com/news/missing.html\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}