Skip to content

Commit 441f4a0

Browse files
timothyjellisonmdlincoln
authored andcommitted
Update link to War and Peace text (#1062)
Doing a wget of http://www.gutenberg.org/cache/epub/2600/pg2600.txt was downloading a binary, not the text of War and Peace as expected.
1 parent 15e70c9 commit 441f4a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/lessons/intro-to-bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ But wait! There's a trick to make things a bit quicker. Go up one directory (`cd
197197

198198
Now you need to find a basic text file to help us with the example. Why don't you use a book that you know is long, such as Leo Tolstoy's epic *War and Peace*. The text file is availiable via [Project Gutenberg](http://www.gutenberg.org/ebooks/2600). If you have already installed [wget](/lessons/applied-archival-downloading-with-wget), you can just type
199199

200-
`wget http://www.gutenberg.org/cache/epub/2600/pg2600.txt`
200+
`wget http://www.gutenberg.org/files/2600/2600-0.txt`
201201

202202
If you do not have wget installed, download the text itself using your browser. Go to the link above, and, in your browser, use the 'Save Page as..' command in your 'file menu.' Save it in your new 'ProgHist-Text directory.' Now, when you type
203203

0 commit comments

Comments
 (0)