mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-02 17:01:43 +08:00
fix "are equivalent" with same example
This was introduced in87eb073
when ^ redirection was removed from the docs. (cherry picked from commit09ca268d50
)
This commit is contained in:
parent
9103dc2c23
commit
f0c03ab73e
|
@ -166,7 +166,7 @@ Any file descriptor can be redirected in an arbitrary way by prefixing the redir
|
|||
- To redirect output of FD N, write `N>DESTINATION`
|
||||
- To append the output of FD N to a file, write `N>>DESTINATION_FILE`
|
||||
|
||||
Example: `echo Hello 2>output.stderr` and `echo Hello 2>output.stderr` are equivalent, and write the standard error (file descriptor 2) of the target program to `output.stderr`.
|
||||
Example: `echo Hello 2>output.stderr` writes the standard error (file descriptor 2) of the target program to `output.stderr`.
|
||||
|
||||
\subsection piping Piping
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user