I ran the following: wget -N -E http://whatcodecraves.com/articles
The output was saved to `articles.1.html`. Why is there a `.1` on this initial run? -E worked as I expected by appending a `.html` suffix to the file, and -N works because subsequent runs stay in `articles.1.html`. Any ideas? -- -Jerry @whatcodecraves <http://twitter.com/whatcodecraves> GitHub <https://github.com/jch>
