1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-29 21:33:35 +02:00

colon, greater-than, less-than, vertical-bar: set the title to be a symbol (#16927)

This commit is contained in:
Managor 2025-08-25 16:38:41 +03:00 committed by GitHub
parent 89b6f7e2c3
commit 18d2f44fad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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>.

View file

@ -1,4 +1,4 @@
# Greater than
# >
> Redirect output.
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Output>.

View file

@ -1,4 +1,4 @@
# Less than
# <
> Redirect data to `stdin`.
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Input>.

View file

@ -1,4 +1,4 @@
# Vertical bar
# |
> Pipe data between programs.
> More information: <https://gnu.org/software/bash/manual/bash.html#Pipelines>.