Skip to content

Instantly share code, notes, and snippets.

@emersion
Created June 5, 2018 16:05
Show Gist options
  • Save emersion/3922ce47925a765011437f43dc66ba4b to your computer and use it in GitHub Desktop.
Save emersion/3922ce47925a765011437f43dc66ba4b to your computer and use it in GitHub Desktop.
Download a whole pipermail archive into a single mbox file
wget -r -np -l 1 -n d -A gz https://lists.freedesktop.org/archives/wayland-devel/
gunzip *.gz
cat * > all.mbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment