-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeed.xml
50 lines (35 loc) · 1.61 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Changelog -- Advanced Bash-Scripting Guide</title>
<link>https://hangar118.sdf.org/p/bash-scripting-guide/changelog.html</link>
<description>
<p>Table of Contents: <a href='https://hangar118.sdf.org/p/bash-scripting-guide/'>The Advanced Bash-Scripting
Guide</a></p>
<p>RSS: <a href='https://hangar118.sdf.org/p/bash-scripting-guide/feed.xml'>feed.xml</a></p>
</description>
<language>en-us</language>
<pubDate>Sun, 18 Aug 2024 21:32:05 -0700</pubDate>
<lastBuildDate>Sun, 18 Aug 2024 21:32:05 -0700</lastBuildDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>md2rss</generator>
<item>
<title>v0.2.1, Markdown rendering in AWK</title>
<link>https://hangar118.sdf.org/p/bash-scripting-guide/changelog.html#v0-2-1--markdown-rendering-in-awk</link>
<description>
<![CDATA[
<p>Anybody deeply interested in shell scripting will at some point come
across <code>awk</code>. In the spirit of <i>do one thing and do it well</i>, <code>awk</code>
can be defined as a <b>line-oriented</b> processor <b>with state</b>. In
contrast, <code>sed</code> is a line-oriented with rules that provide only a
stateless form.</p>
<p>Rendering of Markdown format combines line-oriented approach with the
need for a state. As a form of an introduction to <code>awk</code>, a
<b>rendering</b> of Markdown is provided as a somewhat useful example.</p>
<p>Chapter: <a href='https://hangar118.sdf.org/p/bash-scripting-guide/awk_micro_primer.html'>Awk Micro-Primer</a></p>
]]>
</description>
<pubDate>Sun, 18 Aug 2024 00:00:00 -0700</pubDate>
</item>
</channel>
</rss>