<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.daveswiki.org/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="https://www.daveswiki.org/feed.php">
        <title>Dave's Wiki linux:commands</title>
        <description></description>
        <link>https://www.daveswiki.org/</link>
        <image rdf:resource="https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico" />
       <dc:date>2026-04-19T02:13:47-0700</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=linux:commands:grep&amp;rev=1522560567&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=linux:commands:rsync&amp;rev=1547252267&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=linux:commands:sed&amp;rev=1546384603&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=linux:commands:unzip&amp;rev=1534380264&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico">
        <title>Dave's Wiki</title>
        <link>https://www.daveswiki.org/</link>
        <url>https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=linux:commands:grep&amp;rev=1522560567&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-31T22:29:27-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:commands:grep</title>
        <link>https://www.daveswiki.org/doku.php?id=linux:commands:grep&amp;rev=1522560567&amp;do=diff</link>
        <description>grep searches files for text.

Basic Syntax


grep [options] &lt;text&gt; &lt;file pattern&gt;


Flags
 Flag   Description  -r  Recursively searches files specified in the directory as the &lt;file pattern&gt; argument  -R  Like -r but follows symbolic links  -i  Ignore case</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=linux:commands:rsync&amp;rev=1547252267&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-11T16:17:47-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:commands:rsync</title>
        <link>https://www.daveswiki.org/doku.php?id=linux:commands:rsync&amp;rev=1547252267&amp;do=diff</link>
        <description>rsync

Is a utility for synchronizing two sets of files.

It has many uses but one thing its good for is recursively copying files from one location to another, including dotfiles.  (This seems hard to do with cp.)

 From:


rsync -av &lt;src&gt; &lt;dest&gt;</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=linux:commands:sed&amp;rev=1546384603&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-01T15:16:43-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:commands:sed</title>
        <link>https://www.daveswiki.org/doku.php?id=linux:commands:sed&amp;rev=1546384603&amp;do=diff</link>
        <description>sed is a text processing thingy that is very sophisticated.

Here is a useful stackexchange thread that shows how to use sed to perform a “search an replace” across groups of files.</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=linux:commands:unzip&amp;rev=1534380264&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-15T17:44:24-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:commands:unzip</title>
        <link>https://www.daveswiki.org/doku.php?id=linux:commands:unzip&amp;rev=1534380264&amp;do=diff</link>
        <description>Unzip

Extracts the contents of a gzip compressed archive.

View the contents of a zip file without unzipping it


unzip -vl &lt;gzip compressed archive&gt;</description>
    </item>
</rdf:RDF>
