Skip to content

Commit

Permalink
Add quick explanation of how to redirect stderr.
Browse files Browse the repository at this point in the history
  • Loading branch information
danluu committed Sep 5, 2014
1 parent 517f872 commit 1321774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manual/running-external-programs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ This prints the highest five user IDs on a UNIX system. The ``cut``,
the current ``julia`` process, with no intervening shell process. Julia
itself does the work to setup pipes and connect file descriptors that is
normally done by the shell. Since Julia does this itself, it retains
better control and can do some things that shells cannot.
better control and can do some things that shells cannot. Note that ``|>``
only redirects ``stdout``. To redirect ``stderr``, use ``.>``


Julia can run multiple commands in parallel::

Expand Down

0 comments on commit 1321774

Please sign in to comment.