Created
December 9, 2013 22:57
-
-
Save mazieres/7882628 to your computer and use it in GitHub Desktop.
Onliner to unpack stackexchange datadump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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