mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-29 16:54:00 +02:00
colon, greater-than, less-than, vertical-bar: set the title to be a symbol (#16927)
This commit is contained in:
parent
89b6f7e2c3
commit
18d2f44fad
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# Colon
|
||||
# :
|
||||
|
||||
> Returns a successful exit status code of 0.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-_003a>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Greater than
|
||||
# >
|
||||
|
||||
> Redirect output.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Output>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Less than
|
||||
# <
|
||||
|
||||
> Redirect data to `stdin`.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Input>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Vertical bar
|
||||
# |
|
||||
|
||||
> Pipe data between programs.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Pipelines>.
|
||||
|
|
Loading…
Add table
Reference in a new issue