Skip to content

Instantly share code, notes, and snippets.

@mazieres
Created December 9, 2013 22:57
Show Gist options
  • Save mazieres/7882628 to your computer and use it in GitHub Desktop.
Save mazieres/7882628 to your computer and use it in GitHub Desktop.
Onliner to unpack stackexchange datadump
for each in `ls . | grep -v "stackoverflow.com.7z.0"` ; do 7z e $each -o`echo $each | cut -d "." -f -2` ; done && 7z e stackoverflow.com.7z.001 -ostackoverflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment