<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://osfree.su/doku/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://osfree.su/doku/feed.php">
        <title>osFree wiki - en:ibm:cmd:other:redir</title>
        <description></description>
        <link>http://osfree.su/doku/</link>
        <image rdf:resource="http://osfree.su/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-04T17:21:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir:piping&amp;rev=1400909746&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir:redirection&amp;rev=1400910270&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://osfree.su/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>osFree wiki</title>
        <link>http://osfree.su/doku/</link>
        <url>http://osfree.su/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir:piping&amp;rev=1400909746&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T05:35:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>piping</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir:piping&amp;rev=1400909746&amp;do=diff</link>
        <description>Piping

You can create a “pipe” to send the standard output of one command to the standard input of another command: 
command1 | command2Send   the standard output of command1 to the standard input of command2 command1 |&amp; command2Send the standard output and standard error of command1 to the standard input of command2</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir:redirection&amp;rev=1400910270&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T05:44:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redirection</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir:redirection&amp;rev=1400910270&amp;do=diff</link>
        <description>Redirection

Redirection can be used to reassign the standard input, standard output, and standard error devices from their default settings (the keyboard and screen) to another device like the printer or serial port, to a file, or to the clipboard. You must use some discretion when you use redirection with a device; there is no way to get input from the printer, for example.</description>
    </item>
</rdf:RDF>
