mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
mkfifo, stty, printenv: clarify header (#19790)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# mkfifo
|
||||
|
||||
> Make FIFOs (named pipes).
|
||||
> Make named pipes, also known as First In First Out (FIFO).
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/mkfifo-invocation.html>.
|
||||
|
||||
- Create a named pipe at a given path:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# printenv
|
||||
|
||||
> Print values of all or environment variables.
|
||||
> Print values of environment variables.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html>.
|
||||
|
||||
- Display key-value pairs of all environment variables:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# stty
|
||||
|
||||
> Set options for a terminal device interface.
|
||||
> Set or get options for a terminal device interface.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stty-invocation.html>.
|
||||
|
||||
- Display current terminal size:
|
||||
|
||||
Reference in New Issue
Block a user