Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Great Info here: <a href="http://www.robvanderwoude.com/redirection.php" rel="nofollow">http://www.robvanderwoude.com/redirection.php</a></p> <p>Short Extract: </p> <h2>Redirection</h2> <hr> <p><code>command &gt; file</code> | Write standard output of command to file<br> <code>command 1&gt; file</code> | Write standard output of command to file (same as previous)<br> <code>command 2&gt; file</code> | Write standard error of command to file (OS/2 and NT)<br> <code>command &gt; file 2&gt;&amp;1</code> | Write both standard output and standard error of command to file (OS/2 and NT)<br> <code>command &gt;&gt; file</code> | Append standard output of command to file<br> <code>command 1&gt;&gt; file</code> | Append standard output of command to file (same as previous)<br> <code>command 2&gt;&gt; file</code> | Append standard error of command to file (OS/2 and NT)<br> <code>command &gt;&gt; file 2&gt;&amp;1</code> | Append both standard output and standard error of command to file (OS/2 and NT)<br> <code>commandA | commandB</code> | Redirect standard output of commandA to standard input of commandB<br> <code>commandA 2&gt;&amp;1 | commandB</code> | Redirect standard output and standard error of commandA to standard input of commandB (OS/2 and NT)<br> <code>command &lt; file</code> | command gets standard input from file<br> <code>command 2&gt;&amp;1</code> | command's standard error is redirected to standard output (OS/2 and NT)<br> <code>command 1&gt;&amp;2</code> | command's standard output is redirected to standard error (OS/2 and NT) </p> <hr> <p>Ps. No need for slashes...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload