<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Wget - Tag - Worker7</title>
        <link>https://www.worker7.com/tags/wget/</link>
        <description>Wget - Tag - Worker7</description>
        <generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 28 Aug 2021 22:53:21 -0400</lastBuildDate><atom:link href="https://www.worker7.com/tags/wget/" rel="self" type="application/rss+xml" /><item>
    <title>Download a Webpage for Offline Access</title>
    <link>https://www.worker7.com/posts/download-a-webpage-for-offline-access/</link>
    <pubDate>Sat, 28 Aug 2021 22:53:21 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/download-a-webpage-for-offline-access/</guid>
    <description><![CDATA[<h1 id="how-to-download-a-webpage-to-access-it-offline">How to download a webpage to access it offline?</h1>
<p>Sometimes it is useful to download/mirror a webpage locally such that you can access it without
internet connection (e.g., download documentation of a library tool). This is easily down via <code>wget</code>.
The following command shows all the necessary parameters we need:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl"><span class="c1"># wget --no-check-certificate --no-clobber --page-requisites -m -np -k https://www.foo.com</span>
</span></span></code></pre></div>]]></description>
</item>
</channel>
</rss>
