docs/tutorial: Fix < typo

See #6640
This commit is contained in:
Fabian Homborg 2020-02-23 09:27:33 +01:00
parent b5cbdc623d
commit 1934e867f2

View File

@ -143,7 +143,7 @@ You can pipe between commands with the usual vertical bar::
1 2 12
stdin and stdout can be redirected via the familiar `<` and `<`. stderr is redirected with a `2>`.
stdin and stdout can be redirected via the familiar `<` and `>`. stderr is redirected with a `2>`.