<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>The Mandelbear&apos;s Musings</title>
  <link>https://mdlbear.dreamwidth.org/</link>
  <description>The Mandelbear&apos;s Musings - Dreamwidth Studios</description>
  <lastBuildDate>Mon, 31 Dec 2018 08:04:02 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>mdlbear</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>https://v2.dreamwidth.org/15740388/505737</url>
    <title>The Mandelbear&apos;s Musings</title>
    <link>https://mdlbear.dreamwidth.org/</link>
    <width>96</width>
    <height>96</height>
  </image>

<item>
  <guid isPermaLink='true'>https://mdlbear.dreamwidth.org/1652838.html</guid>
  <pubDate>Mon, 31 Dec 2018 08:04:02 GMT</pubDate>
  <title>Let&apos;s try this again...</title>
  <link>https://mdlbear.dreamwidth.org/1652838.html</link>
  <description>&lt;p&gt; It looks like the basic idea works, but I was using slashes as the
    delimiter for the sed command that puts the post url into the archived
    post.  Since the url contains slashes, that failed.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=mdlbear&amp;ditemid=1652838&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://mdlbear.dreamwidth.org/1652838.html</comments>
  <category>blogging</category>
  <category>meta</category>
  <category>bash</category>
  <lj:security>public</lj:security>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://mdlbear.dreamwidth.org/1652557.html</guid>
  <pubDate>Mon, 31 Dec 2018 07:51:40 GMT</pubDate>
  <title>Meta:  how to get the url of your last post</title>
  <link>https://mdlbear.dreamwidth.org/1652557.html</link>
  <description>&lt;p&gt; This is a test:  (The results will be posted in a comment)

&lt;pre&gt;### this prints out the URL of the last post you made today:
    wget -q -O - https://mdlbear.dreamwidth.org/$(date +%Y/%m/%d/)  \
       | grep &apos;class=&quot;entry-title&quot;&apos; | tail -1                    \
       | sed -E &apos;s/^&amp;lt;[^&amp;gt;]*&amp;gt;&amp;lt;[^&amp;gt;]*href=&quot;([^&quot;]*)&quot;.*$/\1/&apos;
&lt;/pre&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=mdlbear&amp;ditemid=1652557&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://mdlbear.dreamwidth.org/1652557.html</comments>
  <category>blogging</category>
  <category>meta</category>
  <category>bash</category>
  <lj:security>public</lj:security>
  <lj:reply-count>1</lj:reply-count>
</item>
</channel>
</rss>
