diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index b4ef8dfce..d11fed687 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -172,10 +172,10 @@ You can pipe between commands with the usual vertical bar: 1 2 12 \endfish -stdin and stdout can be redirected via the familiar < and >. Unlike other shells, stderr is redirected with a caret ^ +stdin and stdout can be redirected via the familiar < and >. stderr is redirected with a >2. \fish{cli-dark} ->_ grep fish < /etc/shells > ~/output.txt ^ ~/errors.txt +>_ grep fish < /etc/shells > ~/output.txt 2> ~/errors.txt \endfish