Skip to content

Commit

Permalink
Use - to allow stdin in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
senorflor committed Aug 17, 2016
1 parent e98452e commit 15e88fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -118,8 +118,7 @@ The following commands illustrate how to apply the script to a Wikipedia
dump:

> wget http://download.wikimedia.org/itwiki/latest/itwiki-latest-pages-articles.xml.bz2
> bzcat itwiki-latest-pages-articles.xml.bz2 |
WikiExtractor.py -cb 250K -o extracted
> bzcat itwiki-latest-pages-articles.xml.bz2 | WikiExtractor.py -cb 250K -o extracted -

In order to combine the whole extracted text into a single file one can
issue:
Expand Down

0 comments on commit 15e88fa

Please sign in to comment.