<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.javier.io/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.javier.io/feed.php">
        <title>wiki.javier.io cheatsheets</title>
        <description></description>
        <link>http://wiki.javier.io/</link>
        <image rdf:resource="http://wiki.javier.io/lib/tpl/white/images/favicon.ico" />
       <dc:date>2026-04-23T23:51:02+0100</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.javier.io/cheatsheets:awk?rev=1592075353&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.javier.io/cheatsheets:sed?rev=1592075353&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.javier.io/cheatsheets:sql?rev=1592075353&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.javier.io/cheatsheets:tmux?rev=1592075353&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.javier.io/lib/tpl/white/images/favicon.ico">
        <title>wiki.javier.io</title>
        <link>http://wiki.javier.io/</link>
        <url>http://wiki.javier.io/lib/tpl/white/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.javier.io/cheatsheets:awk?rev=1592075353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-13T20:09:13+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cheatsheets:awk</title>
        <link>http://wiki.javier.io/cheatsheets:awk?rev=1592075353&amp;do=diff</link>
        <description>.-----------------------------------------------------------------------.
|                                                                       |
|                              AWK Cheat Sheet                          |
|                                                                       |
'-----------------------------------------------------------------------'

 ======================== Emulate UNIX commands ========================

cat filename             ▷ awk '{print}' filename
cat -…</description>
    </item>
    <item rdf:about="http://wiki.javier.io/cheatsheets:sed?rev=1592075353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-13T20:09:13+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cheatsheets:sed</title>
        <link>http://wiki.javier.io/cheatsheets:sed?rev=1592075353&amp;do=diff</link>
        <description>.---------------------------------------------------------------------.
|                                                                     |
|                            UNIX Stream Editor                       |
|                             Sed Cheat Sheet                         |
|                                                                     |
'---------------------------------------------------------------------'

 ==================== How Commands Affect Streams =================…</description>
    </item>
    <item rdf:about="http://wiki.javier.io/cheatsheets:sql?rev=1592075353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-13T20:09:13+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cheatsheets:sql</title>
        <link>http://wiki.javier.io/cheatsheets:sql?rev=1592075353&amp;do=diff</link>
        <description>*  Display the first and last name of all customers
SELECT FirstName, LastName FROM Customer
	*  Display the first and last name of all customers who are NOT from Paris
SELECT FirstName, LastName FROM Customer WHERE City &lt;&gt; 'Paris'
	*  Get the customer id and spend amount of all customers who have either spend less than $10 or more than $100</description>
    </item>
    <item rdf:about="http://wiki.javier.io/cheatsheets:tmux?rev=1592075353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-13T20:09:13+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cheatsheets:tmux</title>
        <link>http://wiki.javier.io/cheatsheets:tmux?rev=1592075353&amp;do=diff</link>
        <description>Shortcuts

Prefix d
  Detaches from the session, leaving the session running in the background.
Prefix :
  Enters Command mode.
Prefix c
  Creates a new window from within an existing tmux session. Shortcut for new-window.
Prefix 0…9
  Selects windows by number.</description>
    </item>
</rdf:RDF>
