Skip to content

Instantly share code, notes, and snippets.

@max6cn
Last active August 29, 2015 14:18
Show Gist options
  • Save max6cn/71f328dc5559ad452fdb to your computer and use it in GitHub Desktop.
Save max6cn/71f328dc5559ad452fdb to your computer and use it in GitHub Desktop.
Useful Linux Commands

Decompress a bzip file

bzip2 -d ../enwiki-20150304-pages-articles-multistream.xml.bz2
## takes about 30min
pv ../enwiki-20150304-pages-articles-multistream.xml.bz2 |pbunzip2 > enwiki.xml
## takes 3 min(12 core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment