<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:33:31 +0000</lastBuildDate>
    <item>
      <title>(Bash) Using wget or curl to download web sites for archival - rwczippy</title>
      <link>https://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival</link>
      <description>&lt;p&gt;This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories.&#13;
&#13;
wget will also rewrite the links in the pages it downloaded to make your downloaded copy a useful local copy, and it will download all page prerequisites (e.g. images, stylesheets, and the like).&#13;
&#13;
The last two options -nH --cut-dirs=1 control where wget places the output. If you omitted those two options, wget would, for example, download http://web.psung.name/emacstips/index.html and place it under a subdirectory web.psung.name/emacstips of the current directory. With only -nH ("no host directory") wget would write that same file to a subdirectory emacstips. And with both options wget would write that same file to the current directory. In general, if you want to reduce the number of extraneous directories created, change cut-dirs to be the number of leading directories in your URL.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Oct 2008 20:24:43 UTC</pubDate>
      <guid>https://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival</guid>
    </item>
    <item>
      <title>(Bash) domain name to IP address - rwczippy</title>
      <link>https://snipplr.com/view/7894/domain-name-to-ip-address</link>
      <description>&lt;p&gt;uses nslookup to find the IP of the domain&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 21:43:03 UTC</pubDate>
      <guid>https://snipplr.com/view/7894/domain-name-to-ip-address</guid>
    </item>
    <item>
      <title>(Bash) shell script menu - rwczippy</title>
      <link>https://snipplr.com/view/7892/shell-script-menu</link>
      <description>&lt;p&gt;menu will only quit when 'q' is pressed&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 19:30:55 UTC</pubDate>
      <guid>https://snipplr.com/view/7892/shell-script-menu</guid>
    </item>
  </channel>
</rss>
