Post #2887435
2026-05-10 06:55 UTC
Here's another big feed for all the parsing aficionados out there
curl -sL https://rss.libsyn.com/shows/74117/destinations/324069.xml | tee >(wc -c | awk '{printf "size: %d bytes (%.1f KB)\n", $1, $1/1024}') | grep -c "<item"
3462
size: 31539247 bytes (30800.0 KB)
Replies (0)
No replies.