<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (mattfinlayson)</title>
    <link>https://pinboard.in/u:mattfinlayson/public/</link>
    <description>recent bookmarks from mattfinlayson</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/dylanaraps/pure-bash-bible/blob/master/README.md"/>
	<rdf:li rdf:resource="https://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/"/>
	<rdf:li rdf:resource="https://jvns.ca/blog/2017/03/26/bash-quirks/"/>
	<rdf:li rdf:resource="https://dev.to/thiht/shell-scripts-matter"/>
	<rdf:li rdf:resource="http://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html?m=1"/>
	<rdf:li rdf:resource="http://wiki.bash-hackers.org/doku.php"/>
	<rdf:li rdf:resource="http://phaq.phunsites.net/2010/11/22/trap-errors-exit-codes-and-line-numbers-within-a-bash-script/"/>
	<rdf:li rdf:resource="http://rerun.github.com/rerun/"/>
	<rdf:li rdf:resource="http://wynnnetherland.com/journal/a-stylesheet-author-s-guide-to-terminal-colors"/>
	<rdf:li rdf:resource="http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf"/>
	<rdf:li rdf:resource="http://devmanual.gentoo.org/tools-reference/bash/index.html"/>
	<rdf:li rdf:resource="https://github.com/Stantheman/Twitpic-Backup"/>
	<rdf:li rdf:resource="http://tldp.org/LDP/abs/html/refcards.html"/>
	<rdf:li rdf:resource="http://feeds.gawker.com/~r/lifehacker/full/~3/PiKaLZsRgVc/autojump-is-a-faster-way-to-browse-your-filesystem"/>
	<rdf:li rdf:resource="http://rsalveti.wordpress.com/2007/04/03/bash-parsing-arguments-with-getopts/"/>
	<rdf:li rdf:resource="http://www.finalcog.com/kill-0-pid"/>
	<rdf:li rdf:resource="http://tntluoma.com/shell-scripts/dropbox-bin/"/>
	<rdf:li rdf:resource="http://www.macosxhints.com/article.php?story=2007091814022049"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/dylanaraps/pure-bash-bible/blob/master/README.md">
    <title>The Bash Bible</title>
    <dc:date>2018-07-02T03:55:52+00:00</dc:date>
    <link>https://github.com/dylanaraps/pure-bash-bible/blob/master/README.md</link>
    <dc:creator>mattfinlayson</dc:creator><dc:subject>bash</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:27d5eb73aafb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/">
    <title>Bash Shortcuts For Maximum Productivity</title>
    <dc:date>2018-01-30T00:22:31+00:00</dc:date>
    <link>https://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/</link>
    <dc:creator>mattfinlayson</dc:creator><dc:subject>bash</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:d3932766bbdf/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://jvns.ca/blog/2017/03/26/bash-quirks/">
    <title>Bash scripting quirks</title>
    <dc:date>2017-04-02T17:23:42+00:00</dc:date>
    <link>https://jvns.ca/blog/2017/03/26/bash-quirks/</link>
    <dc:creator>mattfinlayson</dc:creator><dc:subject>bash</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:9b01cc6339e6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://dev.to/thiht/shell-scripts-matter">
    <title>Shell Scripts Matter</title>
    <dc:date>2017-03-19T14:51:26+00:00</dc:date>
    <link>https://dev.to/thiht/shell-scripts-matter</link>
    <dc:creator>mattfinlayson</dc:creator><dc:subject>bash</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:6262a41cd2b2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html?m=1">
    <title>Better Bash Scripting in 15 Minutes</title>
    <dc:date>2014-04-19T16:44:24+00:00</dc:date>
    <link>http://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html?m=1</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Good suggestions. Learn them, love them.]]></description>
<dc:subject>bash awesome</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:85f049d3ea15/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:awesome"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wiki.bash-hackers.org/doku.php">
    <title>Bash Hackers Wiki</title>
    <dc:date>2014-04-02T17:03:50+00:00</dc:date>
    <link>http://wiki.bash-hackers.org/doku.php</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Super userful.]]></description>
<dc:subject>bash shell</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:061119c363a6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:shell"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://phaq.phunsites.net/2010/11/22/trap-errors-exit-codes-and-line-numbers-within-a-bash-script/">
    <title>Trap Errors, Exit Codes and Line Numbers</title>
    <dc:date>2013-08-21T18:43:02+00:00</dc:date>
    <link>http://phaq.phunsites.net/2010/11/22/trap-errors-exit-codes-and-line-numbers-within-a-bash-script/</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Good rundown on using trap to make awful scripts a little more understandable.]]></description>
<dc:subject>bash</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:0b6b76b9e7ee/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://rerun.github.com/rerun/">
    <title>Rerun</title>
    <dc:date>2012-12-18T17:28:53+00:00</dc:date>
    <link>http://rerun.github.com/rerun/</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Rerun is a simple command runner that turns loose shell scripts into modular automation. Anyone have any experience with this?]]></description>
<dc:subject>bash sysadmin cli</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:78ea5cf8d8b6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:sysadmin"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:cli"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wynnnetherland.com/journal/a-stylesheet-author-s-guide-to-terminal-colors">
    <title>A stylesheet author's guide to terminal colors</title>
    <dc:date>2012-10-20T20:30:42+00:00</dc:date>
    <link>http://wynnnetherland.com/journal/a-stylesheet-author-s-guide-to-terminal-colors</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[making your terminal pretty.]]></description>
<dc:subject>bash color terminal</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:1f6aecb145c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:color"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:terminal"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf">
    <title>Bash Redirection Cheat Sheet</title>
    <dc:date>2012-10-11T17:46:46+00:00</dc:date>
    <link>http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[All the bash redirection you never remember and always look up.]]></description>
<dc:subject>bash cheatsheet</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:ac85e3436bab/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:cheatsheet"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://devmanual.gentoo.org/tools-reference/bash/index.html">
    <title>Gentoo Development Guide → bash -- Standard Shell</title>
    <dc:date>2012-03-14T22:24:43+00:00</dc:date>
    <link>http://devmanual.gentoo.org/tools-reference/bash/index.html</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Best bash development guide I've used]]></description>
<dc:subject>bash linux shell</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:b169f46af618/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:shell"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/Stantheman/Twitpic-Backup">
    <title>Twitpic-Backup</title>
    <dc:date>2010-12-19T20:33:10+00:00</dc:date>
    <link>https://github.com/Stantheman/Twitpic-Backup</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Bash script to archive all your twitpic posts. Surprisingly the only thing I could find that would do this.]]></description>
<dc:subject>twitpic bash backup</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:8d29a79b14c2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:twitpic"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:backup"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://tldp.org/LDP/abs/html/refcards.html">
    <title>Bash Reference Card</title>
    <dc:date>2010-09-09T14:18:02+00:00</dc:date>
    <link>http://tldp.org/LDP/abs/html/refcards.html</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Handful of things you should just know in Bash if you're going to bother doing any heavy lifting with it. Also it will suck.
]]></description>
<dc:subject>bash reference scripting</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:12cca3dfcab9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:scripting"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://feeds.gawker.com/~r/lifehacker/full/~3/PiKaLZsRgVc/autojump-is-a-faster-way-to-browse-your-filesystem">
    <title>Autojump is a Faster Way to Browse Your Filesystem</title>
    <dc:date>2010-07-11T05:06:02+00:00</dc:date>
    <link>http://feeds.gawker.com/~r/lifehacker/full/~3/PiKaLZsRgVc/autojump-is-a-faster-way-to-browse-your-filesystem</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Billed as a cd command that learns. Just started trying it out.
]]></description>
<dc:subject>bash autojump cd post:links</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:e2e14a4c6843/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:autojump"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:cd"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:post:links"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://rsalveti.wordpress.com/2007/04/03/bash-parsing-arguments-with-getopts/">
    <title>Bash: parsing arguments with ‘getopts’</title>
    <dc:date>2010-07-09T16:22:48+00:00</dc:date>
    <link>http://rsalveti.wordpress.com/2007/04/03/bash-parsing-arguments-with-getopts/</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Handy blog post for using getopts with bash. Used recently at work.
]]></description>
<dc:subject>bash getopts post:links</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:c9da51ee4277/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:getopts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:post:links"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.finalcog.com/kill-0-pid">
    <title>kill -0 | final cog</title>
    <dc:date>2010-03-05T02:57:39+00:00</dc:date>
    <link>http://www.finalcog.com/kill-0-pid</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[I must admit, after a decade of working professionally with unix/linux, that I had never encountered kill -0 until TODAY.
]]></description>
<dc:subject>bash kill howto post:links</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:644de2d274a0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:kill"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:post:links"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://tntluoma.com/shell-scripts/dropbox-bin/">
    <title>~/Dropbox/bin/</title>
    <dc:date>2008-12-05T17:05:06+00:00</dc:date>
    <link>http://tntluoma.com/shell-scripts/dropbox-bin/</link>
    <dc:creator>mattfinlayson</dc:creator><dc:subject>dropbox bash</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:4ef5a3fa2fc7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:dropbox"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.macosxhints.com/article.php?story=2007091814022049">
    <title>macosxhints.com - A shell script to upload SSH keys to remote machines</title>
    <dc:date>2008-10-22T04:53:07+00:00</dc:date>
    <link>http://www.macosxhints.com/article.php?story=2007091814022049</link>
    <dc:creator>mattfinlayson</dc:creator><description><![CDATA[Why doesn't OS X ship ssh-copy-id? woof.
]]></description>
<dc:subject>bash osx</dc:subject>
<dc:identifier>https://pinboard.in/u:mattfinlayson/b:13615edc78a2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mattfinlayson/t:osx"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>